Add protected branch support (#50)

This commit is contained in:
Patrick Stevens
2023-07-24 19:42:14 +01:00
committed by GitHub
parent 3b6b0664ea
commit 8618416a00
4 changed files with 29 additions and 1 deletions

View File

@@ -227,6 +227,16 @@
},
"blockOnOutdatedBranch": {
"type": "boolean"
},
"requiredStatusChecks": {
"type": [
"array",
"null"
],
"description": "A list of status check patterns; merge into this branch will be blocked unless all these checks have run and passed. (Probably go with alphanumeric strings, I can't find any docs.)",
"items": {
"type": "string"
}
}
}
}