From a2c81e5c046a1a162a5c3bcaee5cda27e013c24f Mon Sep 17 00:00:00 2001 From: mergify-ci-bot Date: Wed, 24 Jun 2026 10:36:03 +0000 Subject: [PATCH] chore: sync Mergify JSON Schema files --- public/api-schemas.json | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/public/api-schemas.json b/public/api-schemas.json index 9e5a36471f..35dbb3a5fb 100644 --- a/public/api-schemas.json +++ b/public/api-schemas.json @@ -9574,6 +9574,28 @@ "skipped_quota_exceeded" ], "title": "Outcome" + }, + "workflow_run_id": { + "anyOf": [ + { + "type": "integer" + }, + { + "type": "null" + } + ], + "title": "Workflow Run Id" + }, + "job_url": { + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ], + "title": "Job Url" } }, "type": "object", @@ -9584,7 +9606,9 @@ "retry_mode", "retry_attempt", "condition_matches", - "outcome" + "outcome", + "workflow_run_id", + "job_url" ], "title": "EventCiInsightsJobRetriedMetadata" },