Skip to content

ci: allow revert as a conventional PR title type#27

Merged
davidpoblador merged 1 commit intomainfrom
ci/pr-title-allow-revert
May 3, 2026
Merged

ci: allow revert as a conventional PR title type#27
davidpoblador merged 1 commit intomainfrom
ci/pr-title-allow-revert

Conversation

@davidpoblador
Copy link
Copy Markdown
Member

Summary

Adds revert to the allowed types in the PR title check. git revert produces commits like Revert "feat: foo" and Conventional Commits lists revert as a standard type, so revert PRs would otherwise fail the title check unnecessarily.

Followup to the recent PR title check rollout.

Test plan

  • Workflow file is syntactically valid
  • Opening a PR with revert: ... title passes

🤖 Generated with Claude Code

git revert produces commits like Revert "feat: foo" and Conventional
Commits lists revert as a standard type, so revert PRs would otherwise
fail the title check unnecessarily.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@davidpoblador davidpoblador merged commit b059e5f into main May 3, 2026
2 checks passed
@davidpoblador davidpoblador deleted the ci/pr-title-allow-revert branch May 3, 2026 07:57
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.

1 participant