From efa2f3a398ba083b7cc7c23653b1e1267fbe9c08 Mon Sep 17 00:00:00 2001 From: mergify-ci-bot Date: Fri, 24 Jan 2025 00:05:13 +0000 Subject: [PATCH] chore: sync Mergify JSON Schema files --- public/mergify-configuration-schema.json | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/public/mergify-configuration-schema.json b/public/mergify-configuration-schema.json index 3745006d4..b341bff6e 100644 --- a/public/mergify-configuration-schema.json +++ b/public/mergify-configuration-schema.json @@ -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.",