Skip to content

Conversation

@spetersenms
Copy link
Contributor

@spetersenms spetersenms commented Dec 8, 2025

❔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

  • Add tests (E2E, unit tests)
  • Update RELEASENOTES.md
  • Update documentation (e.g. for new settings or scenarios)
  • Add telemetry

Copilot AI review requested due to automatic review settings December 8, 2025 15:45
@spetersenms spetersenms requested a review from a team as a code owner December 8, 2025 15:45
Copy link
Contributor

Copilot AI left a 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_group trigger 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.

Copy link
Contributor

Copilot AI left a 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.

> [!WARNING]
> If you rely on a custom workflow for merge queue validation, you may need to adjust your setup to avoid duplicate builds.
## AL-Go Telemetry updates
Copy link

Copilot AI Jan 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The heading level was changed from ### to ##, which breaks the document hierarchy. This section should remain at the ### level to be consistent with other feature sections like "Merge queue support" and "Set default values for workflow inputs". The ## level appears to be reserved for major release version headings like "v8.1".

Suggested change
## AL-Go Telemetry updates
### AL-Go Telemetry updates

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant