From e9eaea059dccaa11fa3d64404666d88854a0db7b Mon Sep 17 00:00:00 2001 From: mergify-ci-bot Date: Tue, 24 Dec 2024 00:05:35 +0000 Subject: [PATCH] chore: sync Mergify JSON Schema files --- public/mergify-configuration-schema.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/public/mergify-configuration-schema.json b/public/mergify-configuration-schema.json index 67ecce7d2..8c165b543 100644 --- a/public/mergify-configuration-schema.json +++ b/public/mergify-configuration-schema.json @@ -2529,7 +2529,9 @@ }, "queue_branch_prefix": { "default": "mergify/merge-queue/", - "title": "Queue Branch Prefix", + "description": "Prefix for the merge queue branch name", + "format": "template", + "title": "Template", "type": "string" }, "allow_queue_branch_edit": { @@ -2790,7 +2792,9 @@ }, "queue_branch_prefix": { "default": "mergify/merge-queue/", - "title": "Queue Branch Prefix", + "description": "Prefix for the merge queue branch name", + "format": "template", + "title": "Template", "type": "string" }, "allow_queue_branch_edit": {