[fix] Trigger changelog bot for backward incompatible changes#215
Conversation
Update the changelog bot trigger so PR titles marked with [change!] run the reusable changelog workflow.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
📜 Recent review details⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (7)
🔇 Additional comments (1)
📝 WalkthroughWalkthroughThe GitHub Actions workflow Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 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 Files Reviewed (1 file)
The change correctly adds optional exclamation mark support ( Reviewed by kimi-k2.5-0127 · 83,984 tokens |
Test Failures: Missing
|
No Failures DetectedHello @nemesifier, No failures were detected in the CI logs. |
Test Failures in Multiple Python VersionsHello @nemesifier,
|
Checklist
Reference to Existing Issue
No existing issue.
Description of Changes
This PR updates the changelog bot trigger workflow to match PR titles starting with
[change!].This allows backward incompatible PRs to run the reusable changelog workflow after maintainer approval, the same as
[feature],[fix], and[change]PRs.Screenshot
Not applicable.