From 15d1bcb82324671c310f33faca6c6c27446abd7d Mon Sep 17 00:00:00 2001 From: SquidSpirit Date: Mon, 20 Jan 2025 23:15:08 +0800 Subject: [PATCH] NO-ISSUE Fix PR template check list option content (#29) ### Description - As the title ### Package Changes _No response_ ### Screenshots _No response_ ### Reference _No issue_ ### Checklist - [x] The title is meet the format `BLOG-XXX: Title title title` - [ ] A milestone is set - [ ] The related issuse has been linked to this branch Reviewed-on: https://git.squidspirit.com/squid/blog/pulls/29 Co-authored-by: SquidSpirit Co-committed-by: SquidSpirit --- .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