docs: Add PR title check workflow - #322
Conversation
|
Warning Review limit reached
Next review available in: 39 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughAdds a GitHub Actions workflow that validates pull request titles on selected lifecycle events. Titles must begin with ChangesPR title validation
Estimated code review effort: 1 (Trivial) | ~5 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
ejcsid
left a comment
There was a problem hiding this comment.
Mir scheint, dass die Action die da verwendet wird, nicht gut gepflegt ist. Und ich bin mir auch unsicher, ob es wirklich eine externe Action dafür braucht. Eigentlich ist es doch nur eine Regex die auf den Titel des PR ausgeführt wird.
Updated the PR title check to use a shell script for validation.
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In @.github/workflows/pr-title-check.yml:
- Around line 3-5: Add a concurrency group to the pull request title-check
workflow using the pull request identifier, and enable cancellation of
in-progress runs. Ensure newer opened, edited, synchronize, or reopened events
cancel superseded runs for the same pull request while retaining the existing
trigger types.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: ASSERTIVE
Plan: Pro
Run ID: 183b207c-326a-4c3a-86e1-e8a4e4b118dc
📒 Files selected for processing (1)
.github/workflows/pr-title-check.yml
Co-authored-by: Hans <11695964+hupling@users.noreply.github.com>
Co-authored-by: Hans <11695964+hupling@users.noreply.github.com>
Pull Request
Changes
Reference
Relates to #314
Testing
URL to pull request or branch for testing your changes in sps-repo : dieser pr
Checklist
Note: If some checklist items are not relevant for your PR, just remove them.
General
Code
Summary by CodeRabbit
feat:,fix:, ordocs:, with an optional scope.