Skip to content

feat(api):add missing space case#7

Open
LingyeNBird wants to merge 1 commit intomainfrom
test/pr-title-case-3
Open

feat(api):add missing space case#7
LingyeNBird wants to merge 1 commit intomainfrom
test/pr-title-case-3

Conversation

@LingyeNBird
Copy link
Owner

@LingyeNBird LingyeNBird commented Feb 19, 2026

Case3: expect 问题=缺少: 后空格

Close #11

@github-actions
Copy link

❌ PR 标题校验失败

::error title=PR 标题校验失败::缺少: 后空格
PR标题格式:type(scope): subject 或 type: subject
当前PR标题:feat(api):add missing space case
问题:缺少: 后空格

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: f6e077bdfc

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@@ -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 👍 / 👎.

@github-actions github-actions bot mentioned this pull request Mar 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

test

1 participant