ci: add merge_group trigger to required-check workflows#102
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (4)
WalkthroughFour GitHub Actions workflows ( ChangesMerge Queue Trigger Support
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested labels
Poem
🚥 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 |
Summary
merge_group:to workflows emitting required status checks so they fire in the merge queuepath = ["**"]catch-all glob, no annotation changes neededGitHub merge queues fire a
merge_groupevent, notpull_request. Without the trigger,required checks never report and the queue stalls indefinitely waiting for them.
Workflows updated:
ci.yml(emits "CI Gate" required check)pr-validation.yml(emits "Dependency & Standards Validation" required check)reuse.yml(emits "Check REUSE Compliance" required check)security-analysis.yml(emits "Security Gate Validation" required check)Test plan
Generated with Claude Code
Summary by CodeRabbit
New Features
Bug Fixes