-
Notifications
You must be signed in to change notification settings - Fork 181
Enable merge queue trigger for PR workflow #2063
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…is for merge queues.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR enables GitHub merge queue support for AL-Go's Pull Request Handler workflow by adding the merge_group trigger and implementing necessary compatibility changes for how refs are handled during merge queue builds.
Key Changes:
- Addition of
merge_grouptrigger to Pull Request Handler workflow in both template variants - Implementation of conditional ref handling logic to support both standard PRs and merge queue events
- Documentation of breaking change in RELEASENOTES.md warning users about potential impacts
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
❔What, Why & How
This adds the merge queue trigger to the PR workflow, and makes a few modifications to make it compatible with merge queue builds. This is mainly needed as the way refs are handled are a bit different in merge queues compared to regular PRs. The changes should not have any affect on regular PRs, only add compatibility with merge queues.
Related to issue: #
✅ Checklist