File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -150444,6 +150444,25 @@
150444150444 "type": "string"
150445150445 }
150446150446 },
150447+ "checks": {
150448+ "type": "array",
150449+ "items": {
150450+ "type": "object",
150451+ "properties": {
150452+ "context": {
150453+ "type": "string"
150454+ },
150455+ "app_id": {
150456+ "type": "string",
150457+ "nullable": true
150458+ }
150459+ },
150460+ "required": [
150461+ "context",
150462+ "app_id"
150463+ ]
150464+ }
150465+ },
150447150466 "contexts_url": {
150448150467 "type": "string"
150449150468 },
@@ -151844,6 +151863,25 @@
151844151863 "type": "string"
151845151864 }
151846151865 },
151866+ "checks": {
151867+ "type": "array",
151868+ "items": {
151869+ "type": "object",
151870+ "properties": {
151871+ "context": {
151872+ "type": "string"
151873+ },
151874+ "app_id": {
151875+ "type": "string",
151876+ "nullable": true
151877+ }
151878+ },
151879+ "required": [
151880+ "context",
151881+ "app_id"
151882+ ]
151883+ }
151884+ },
151847151885 "contexts_url": {
151848151886 "type": "string"
151849151887 },
@@ -152735,6 +152773,25 @@
152735152773 "type": "string"
152736152774 }
152737152775 },
152776+ "checks": {
152777+ "type": "array",
152778+ "items": {
152779+ "type": "object",
152780+ "properties": {
152781+ "context": {
152782+ "type": "string"
152783+ },
152784+ "app_id": {
152785+ "type": "string",
152786+ "nullable": true
152787+ }
152788+ },
152789+ "required": [
152790+ "context",
152791+ "app_id"
152792+ ]
152793+ }
152794+ },
152738152795 "contexts_url": {
152739152796 "type": "string"
152740152797 },
@@ -153706,6 +153763,23 @@
153706153763 "items": {
153707153764 "type": "string"
153708153765 }
153766+ },
153767+ "checks": {
153768+ "type": "array",
153769+ "description": "The list of status checks to require in order to merge into this branch.",
153770+ "items": {
153771+ "type": "object",
153772+ "properties": {
153773+ "context": {
153774+ "type": "string",
153775+ "description": "The name of the required check"
153776+ },
153777+ "app_id": {
153778+ "type": "string",
153779+ "description": "The ID of the GitHub App that must provide this check. Set to `null` to accept the check from any source."
153780+ }
153781+ }
153782+ }
153709153783 }
153710153784 },
153711153785 "required": [
@@ -153891,6 +153965,22 @@
153891153965 "type": "string"
153892153966 }
153893153967 },
153968+ "checks": {
153969+ "type": "array",
153970+ "items": {
153971+ "type": "object",
153972+ "properties": {
153973+ "context": {
153974+ "type": "string",
153975+ "example": "continuous-integration/travis-ci"
153976+ },
153977+ "app_id": {
153978+ "type": "string",
153979+ "nullable": true
153980+ }
153981+ }
153982+ }
153983+ },
153894153984 "contexts_url": {
153895153985 "type": "string",
153896153986 "format": "uri",
@@ -156484,6 +156574,22 @@
156484156574 "type": "string"
156485156575 }
156486156576 },
156577+ "checks": {
156578+ "type": "array",
156579+ "items": {
156580+ "type": "object",
156581+ "properties": {
156582+ "context": {
156583+ "type": "string",
156584+ "example": "continuous-integration/travis-ci"
156585+ },
156586+ "app_id": {
156587+ "type": "string",
156588+ "nullable": true
156589+ }
156590+ }
156591+ }
156592+ },
156487156593 "contexts_url": {
156488156594 "type": "string",
156489156595 "format": "uri",
@@ -156642,6 +156748,22 @@
156642156748 "type": "string"
156643156749 }
156644156750 },
156751+ "checks": {
156752+ "type": "array",
156753+ "items": {
156754+ "type": "object",
156755+ "properties": {
156756+ "context": {
156757+ "type": "string",
156758+ "example": "continuous-integration/travis-ci"
156759+ },
156760+ "app_id": {
156761+ "type": "string",
156762+ "nullable": true
156763+ }
156764+ }
156765+ }
156766+ },
156645156767 "contexts_url": {
156646156768 "type": "string",
156647156769 "format": "uri",
@@ -162894,6 +163016,25 @@
162894163016 "type": "string"
162895163017 }
162896163018 },
163019+ "checks": {
163020+ "type": "array",
163021+ "items": {
163022+ "type": "object",
163023+ "properties": {
163024+ "context": {
163025+ "type": "string"
163026+ },
163027+ "app_id": {
163028+ "type": "string",
163029+ "nullable": true
163030+ }
163031+ },
163032+ "required": [
163033+ "context",
163034+ "app_id"
163035+ ]
163036+ }
163037+ },
162897163038 "contexts_url": {
162898163039 "type": "string"
162899163040 },
Original file line number Diff line number Diff line change @@ -128529,6 +128529,25 @@
128529128529 "type": "string"
128530128530 }
128531128531 },
128532+ "checks": {
128533+ "type": "array",
128534+ "items": {
128535+ "type": "object",
128536+ "properties": {
128537+ "context": {
128538+ "type": "string"
128539+ },
128540+ "app_id": {
128541+ "type": "string",
128542+ "nullable": true
128543+ }
128544+ },
128545+ "required": [
128546+ "context",
128547+ "app_id"
128548+ ]
128549+ }
128550+ },
128532128551 "contexts_url": {
128533128552 "type": "string"
128534128553 },
@@ -129929,6 +129948,25 @@
129929129948 "type": "string"
129930129949 }
129931129950 },
129951+ "checks": {
129952+ "type": "array",
129953+ "items": {
129954+ "type": "object",
129955+ "properties": {
129956+ "context": {
129957+ "type": "string"
129958+ },
129959+ "app_id": {
129960+ "type": "string",
129961+ "nullable": true
129962+ }
129963+ },
129964+ "required": [
129965+ "context",
129966+ "app_id"
129967+ ]
129968+ }
129969+ },
129932129970 "contexts_url": {
129933129971 "type": "string"
129934129972 },
@@ -130820,6 +130858,25 @@
130820130858 "type": "string"
130821130859 }
130822130860 },
130861+ "checks": {
130862+ "type": "array",
130863+ "items": {
130864+ "type": "object",
130865+ "properties": {
130866+ "context": {
130867+ "type": "string"
130868+ },
130869+ "app_id": {
130870+ "type": "string",
130871+ "nullable": true
130872+ }
130873+ },
130874+ "required": [
130875+ "context",
130876+ "app_id"
130877+ ]
130878+ }
130879+ },
130823130880 "contexts_url": {
130824130881 "type": "string"
130825130882 },
@@ -131798,6 +131855,23 @@
131798131855 "items": {
131799131856 "type": "string"
131800131857 }
131858+ },
131859+ "checks": {
131860+ "type": "array",
131861+ "description": "The list of status checks to require in order to merge into this branch.",
131862+ "items": {
131863+ "type": "object",
131864+ "properties": {
131865+ "context": {
131866+ "type": "string",
131867+ "description": "The name of the required check"
131868+ },
131869+ "app_id": {
131870+ "type": "string",
131871+ "description": "The ID of the GitHub App that must provide this check. Set to `null` to accept the check from any source."
131872+ }
131873+ }
131874+ }
131801131875 }
131802131876 },
131803131877 "required": [
@@ -131983,6 +132057,22 @@
131983132057 "type": "string"
131984132058 }
131985132059 },
132060+ "checks": {
132061+ "type": "array",
132062+ "items": {
132063+ "type": "object",
132064+ "properties": {
132065+ "context": {
132066+ "type": "string",
132067+ "example": "continuous-integration/travis-ci"
132068+ },
132069+ "app_id": {
132070+ "type": "string",
132071+ "nullable": true
132072+ }
132073+ }
132074+ }
132075+ },
131986132076 "contexts_url": {
131987132077 "type": "string",
131988132078 "format": "uri",
@@ -134618,6 +134708,22 @@
134618134708 "type": "string"
134619134709 }
134620134710 },
134711+ "checks": {
134712+ "type": "array",
134713+ "items": {
134714+ "type": "object",
134715+ "properties": {
134716+ "context": {
134717+ "type": "string",
134718+ "example": "continuous-integration/travis-ci"
134719+ },
134720+ "app_id": {
134721+ "type": "string",
134722+ "nullable": true
134723+ }
134724+ }
134725+ }
134726+ },
134621134727 "contexts_url": {
134622134728 "type": "string",
134623134729 "format": "uri",
@@ -134776,6 +134882,22 @@
134776134882 "type": "string"
134777134883 }
134778134884 },
134885+ "checks": {
134886+ "type": "array",
134887+ "items": {
134888+ "type": "object",
134889+ "properties": {
134890+ "context": {
134891+ "type": "string",
134892+ "example": "continuous-integration/travis-ci"
134893+ },
134894+ "app_id": {
134895+ "type": "string",
134896+ "nullable": true
134897+ }
134898+ }
134899+ }
134900+ },
134779134901 "contexts_url": {
134780134902 "type": "string",
134781134903 "format": "uri",
You can’t perform that action at this time.
0 commit comments