Skip to content

ci: add PR title conventional commit validation#66

Open
panos-xyz wants to merge 1 commit intomainfrom
panos/pr-title
Open

ci: add PR title conventional commit validation#66
panos-xyz wants to merge 1 commit intomainfrom
panos/pr-title

Conversation

@panos-xyz
Copy link
Copy Markdown
Contributor

Summary

  • Add pr-title.yml workflow using amannn/action-semantic-pull-request to enforce conventional commit format on PR titles
  • Invalid titles get a sticky comment with usage guidance; comment auto-removes when title is fixed
  • Allowed types: feat, fix, chore, test, bench, perf, refactor, docs, ci, revert, deps, style

Test plan

  • PR with valid title (e.g., feat: xxx) passes the check
  • PR with invalid title (e.g., add something) fails and gets comment
  • Editing title to valid format removes comment and passes

Enforce conventional commit format on PR titles using
amannn/action-semantic-pull-request. Invalid titles get a sticky
comment with usage guidance; valid titles auto-remove the comment.
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 26, 2026

Warning

Rate limit exceeded

@panos-xyz has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 6 minutes and 11 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: ef746831-b082-4f40-a151-a364c06dd8c6

📥 Commits

Reviewing files that changed from the base of the PR and between f55a2cd and 6e32258.

📒 Files selected for processing (1)
  • .github/workflows/pr-title.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch panos/pr-title

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

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