From 4197d450faf010194de75f0aaa54e4e460b7d1dd Mon Sep 17 00:00:00 2001 From: SquidSpirit Date: Mon, 20 Jan 2025 23:12:04 +0800 Subject: [PATCH] NO-ISSUE fix: pr template check list option content --- .gitea/PULL_REQUEST_TEMPLATE.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/PULL_REQUEST_TEMPLATE.yaml b/.gitea/PULL_REQUEST_TEMPLATE.yaml index 937dc56..06b9d67 100644 --- a/.gitea/PULL_REQUEST_TEMPLATE.yaml +++ b/.gitea/PULL_REQUEST_TEMPLATE.yaml @@ -33,6 +33,6 @@ body: attributes: label: Checklist options: - - label: "The title is meet the format `BLOG-XXX: Title title title`" + - label: "The title is meet the format `'BLOG-XXX Title title title'`" - label: A milestone is set - label: The related issuse has been linked to this branch -- 2.47.1