From 078576dcc850bbc548100b5f5bbf4469edaf781c Mon Sep 17 00:00:00 2001 From: mergify-ci-bot Date: Fri, 16 Jan 2026 12:04:11 +0000 Subject: [PATCH] chore: sync Mergify JSON Schema files --- public/mergify-configuration-schema.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/mergify-configuration-schema.json b/public/mergify-configuration-schema.json index 0369ca8abe..5857008950 100644 --- a/public/mergify-configuration-schema.json +++ b/public/mergify-configuration-schema.json @@ -2465,6 +2465,9 @@ "draft_bot_account": { "anyOf": [ { + "description": "A string template using the Jinja2 syntax.", + "format": "template", + "title": "Template", "type": "string" }, { @@ -2683,6 +2686,9 @@ "draft_bot_account": { "anyOf": [ { + "description": "A string template using the Jinja2 syntax.", + "format": "template", + "title": "Template", "type": "string" }, {