ci: add merge_group trigger to required-check workflows - #56
Conversation
|
Warning Review limit reachedNext included review available in 59 minutes. View limit detailsLimit details: You’ve used the included review currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. Review configuration: ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Team Run ID: 📒 Files selected for processing (4)
✨ 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 |
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
2edac54 to
54b4001
Compare
|
|
Auto-merge disabled on this pending review; not closing it, and no work here is lost. This PR adds
Net effect: instead of the current failure mode, where the merge group waits out the 60 minute A revised version is being prepared that adds the same triggers and additionally guards the PR-metadata jobs with Re-arm or supersede once that lands. |
|
Closing in favor of #58, which is a strict superset of this change. This PR adds the #58 also verifies that the shared org reusable workflow this repo delegates to, Generated with Claude Code |







Summary
merge_group:to workflows emitting required status checks so they fire in the merge queueGitHub merge queues fire a
merge_groupevent, notpull_request. Without the trigger,required checks never report and the queue stalls indefinitely waiting for them.
Workflows fixed:
ci.yml(emits: CI Gate)pr-validation.yml(emits: Dependency & Standards Validation)reuse.yml(emits: Check REUSE Compliance)security-analysis.yml(emits: Security Gate Validation)Test plan
Generated with Claude Code