From 0fb9b8c12652d370502833e4f94945d5a5e2de7b Mon Sep 17 00:00:00 2001 From: Lirian Su Date: Sun, 28 Sep 2025 14:28:33 +0800 Subject: [PATCH] chore: add three more bad cases --- test_pr_title.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test_pr_title.py b/test_pr_title.py index 8b66ea7..acf4463 100644 --- a/test_pr_title.py +++ b/test_pr_title.py @@ -41,6 +41,9 @@ def setUpClass(cls): # Double spaces after colon "feat: enhance", "refactor: director don't output result", + "[hook-scripts] fix: fix hook-scripts object (#2948)", + "feat: trailing space ", + "feat: double trailing space ", # Uppercase type or first letter "Feat: blabla",