From e4bd7906e3ba495b1a69be18fad693060fe30dca Mon Sep 17 00:00:00 2001 From: mergify-ci-bot Date: Mon, 15 Jun 2026 15:41:42 +0000 Subject: [PATCH] chore: sync Mergify JSON Schema files --- public/api-schemas.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/public/api-schemas.json b/public/api-schemas.json index df3709de90..92525d692d 100644 --- a/public/api-schemas.json +++ b/public/api-schemas.json @@ -12237,6 +12237,13 @@ "type": "array", "title": "Checks" }, + "unsuccessful_checks": { + "items": { + "$ref": "#/components/schemas/QueueCheck_Serialized" + }, + "type": "array", + "title": "Unsuccessful Checks" + }, "pull_request_head_sha": { "type": "string", "title": "Pull Request Head Sha" @@ -12267,6 +12274,7 @@ "priority_rule_name", "conditions_evaluation", "checks", + "unsuccessful_checks", "pull_request_head_sha", "session_id" ],