Skip to content

chore(ci): add merge_group trigger to required workflows #160

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

Merged
merged 1 commit into from
Mar 11, 2025

Conversation

ARR4N
Copy link
Collaborator

@ARR4N ARR4N commented Mar 11, 2025

Why this should be merged

Allows ruleset-required workflows to be triggered by a merge queue, not just the PR for the merge. Although main isn't a particularly "busy" branch, a merge queue will ensure that CI passes on the exact version of code that is about to be merged; i.e. (from the docs):

The merge queue provides the same benefits as the Require branches to be up to date before merging branch protection, but does not require a pull request author to update their pull request branch and wait for status checks to finish before trying to merge.

How this works

Adds merge_group workflow trigger with recommended type.

How this was tested

N/A (worst-case it has to be reverted and another PR is temporarily blocked).

@ARR4N ARR4N merged commit b0332b5 into main Mar 11, 2025
11 checks passed
@ARR4N ARR4N deleted the arr4n/workflow-merge_group-trigger branch March 11, 2025 13:57
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.

None yet

3 participants