Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions case-3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
case 3

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Use a title that actually targets the missing-space branch

This fixture does not exercise the scenario described in the commit message: case 3 contains no colon, so the validator in .github/workflows/pr-title-check.yml fails earlier at the colon_index == -1 check ("缺少type") and never reaches the ": " spacing checks. If this file is meant to represent the "缺少: 后空格" case, it currently validates the wrong error path and can mask regressions in the missing-space logic.

Useful? React with 👍 / 👎.

Loading