Skip to content

Commit

Permalink
chore: sync Mergify JSON Schema files
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify-ci-bot authored and github-actions[bot] committed Jan 24, 2025
1 parent 61a4310 commit efa2f3a
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions public/mergify-configuration-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1553,9 +1553,21 @@
"type": "boolean"
},
"branch-protection-review-decision": {
"anyOf": [
{
"enum": [
"APPROVED",
"CHANGES_REQUESTED",
"REVIEW_REQUIRED"
],
"type": "string"
},
{
"type": "null"
}
],
"description": "The review decision. This indicates if `CODEOWNERS` have reviewed the pull request when the `Require Review from Code Owners` branch protection rule is enabled.",
"title": "Branch protection review decision",
"type": "boolean"
"title": "Branch protection review decision"
},
"queue-frozen": {
"description": "Whether the pull request is in a queue that is frozen.",
Expand Down

0 comments on commit efa2f3a

Please sign in to comment.