[fix] Trigger changelog bot for backward incompatible changes#681
Conversation
Accept [change!] entries in the changelog bot trigger and validation so backward incompatible PRs receive generated changelog suggestions.
📝 WalkthroughWalkthroughThis PR extends the changelog bot infrastructure to recognize a new Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Possibly related PRs
Suggested labels
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
Code Review SummaryStatus: No Issues Found | Recommendation: Merge The PR correctly implements support for Changes Reviewed
Verification
Files Reviewed (4 files)
Reviewed by kimi-k2.5 · 462,621 tokens |
|
The CI is failing due to transient infrastructure issues (not related to your code). I have restarted the failed jobs automatically (1/3). |
Checklist
Reference to Existing Issue
No existing issue.
Description of Changes
This PR updates the changelog bot trigger and validation logic to support
[change!]PRs and generated entries for backward incompatible changes.It also updates the reusable GitHub utilities documentation and adds regression tests that verify
[change!]titles trigger the bot and[change!]changelog entries pass bot validation.Screenshot
Not applicable.