Skip to content

chore: enable CI on merge queue trigger#2540

Merged
mmagician merged 4 commits intonextfrom
mmagician-enable-merge-queue
Mar 4, 2026
Merged

chore: enable CI on merge queue trigger#2540
mmagician merged 4 commits intonextfrom
mmagician-enable-merge-queue

Conversation

@mmagician
Copy link
Collaborator

No description provided.

@mmagician mmagician added the no changelog This PR does not require an entry in the `CHANGELOG.md` file label Mar 3, 2026
@mmagician mmagician requested a review from Copilot March 3, 2026 10:05
@mmagician mmagician added the pr-from-maintainers PRs that come from internal contributors or integration partners. They should be given priority label Mar 3, 2026
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

Enables GitHub Actions workflows to run on GitHub Merge Queue by adding the merge_group trigger, so required checks can execute for merge-queue batches (not only for push / pull_request).

Changes:

  • Add on: merge_group to test, lint, build, and docs build workflows.
  • Minor formatting cleanup in .github/workflows/test.yml (trailing whitespace removed).

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
.github/workflows/test.yml Run tests on merge_group events (merge queue).
.github/workflows/lint.yml Run lint checks on merge_group events.
.github/workflows/build.yml Run build checks on merge_group events.
.github/workflows/build-docs.yml Run docs build on merge_group events (note: paths filters won’t apply).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

mmagician and others added 2 commits March 3, 2026 12:31
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copy link
Contributor

@PhilippGackstatter PhilippGackstatter left a comment

Choose a reason for hiding this comment

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

I'm not familiar with merge_group, but going by what copilot summarized, lgtm 👍

@mmagician mmagician enabled auto-merge (squash) March 4, 2026 16:43
@mmagician mmagician merged commit 004a75f into next Mar 4, 2026
17 checks passed
@mmagician mmagician deleted the mmagician-enable-merge-queue branch March 4, 2026 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no changelog This PR does not require an entry in the `CHANGELOG.md` file pr-from-maintainers PRs that come from internal contributors or integration partners. They should be given priority

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants