From 34eef1b738cdf03da84eef88e0f6e93cb81050ab Mon Sep 17 00:00:00 2001 From: Will Murphy Date: Wed, 11 Dec 2024 11:11:13 -0500 Subject: [PATCH] chore: make fixes field in PR template match auto-close regex Previously, if filling out this template, someone pasted a PR link after "Fixes #", the issue wouldn't automatically close, probably because the extra "#" confused the auto-close regex. Signed-off-by: Will Murphy --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index de2b78a66a6..faf52b8bef6 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -5,7 +5,7 @@ or link to an issue where this is explained. -- Fixes # +- Fixes ## Type of change