fix: add merge_group trigger to CI workflow - #90
Conversation
|
Note Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported. |
There was a problem hiding this comment.
Pull request overview
Adds merge_group to the CI workflow triggers so GitHub merge queue runs CI checks as expected, preventing queued PRs from waiting on checks that never start.
Changes:
- Add
merge_group:event trigger to.github/workflows/ci.yml
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
|
Thanks for your first pull request! We are excited to have you contribute. |
There was a problem hiding this comment.
Automated approval for solo maintainer project
This PR has passed all automated quality gates:
- ✅ Static analysis (PHPStan)
- ✅ Code style (PHP-CS-Fixer)
- ✅ Unit & functional tests
- ✅ Security scanning
- ✅ Dependency review
See SECURITY_CONTROLS.md for compensating controls documentation.
Summary
merge_group:event trigger to CI workflow so merge queue checks run properlyTest plan