ci: add merge_group trigger to required-check workflows - #72
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 (1)
✨ 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 |
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
|
c5fb320 to
cfc5996
Compare
cfc5996 to
ffdb763
Compare
|
There was a problem hiding this comment.
🟢 Approval recommended
The change is minimal, consistent with existing workflow patterns in the repo, and directly addresses merge-queue required-check execution.
Pull request overview
This PR updates the repository’s SonarCloud GitHub Actions workflow so it also runs for GitHub merge queue executions (which emit merge_group events), ensuring required checks are reported when changes are processed via the merge queue.
Changes:
- Add a
merge_grouptrigger to the SonarCloud workflow so it runs in merge queue contexts.
File summaries
| File | Description |
|---|---|
.github/workflows/sonarcloud.yml |
Adds merge_group to the workflow triggers so SonarCloud runs for merge queue runs. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.



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.
Test plan
Generated with Claude Code