Skip to content
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

chore: add support to merge queues #1192

Merged
merged 3 commits into from
Sep 10, 2024
Merged

chore: add support to merge queues #1192

merged 3 commits into from
Sep 10, 2024

Conversation

diegomrsantos
Copy link
Collaborator

@diegomrsantos diegomrsantos commented Sep 10, 2024

This change is necessary before enabling merge queues. The merge_group event is needed to trigger the GitHub Actions workflow when a pull request is added to a merge queue.

A merge queue helps increase velocity by automating pull request merges into a busy branch and ensuring the branch is never broken by incompatible changes.

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. More info on https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue.

@diegomrsantos diegomrsantos enabled auto-merge (squash) September 10, 2024 14:00
@diegomrsantos diegomrsantos added this pull request to the merge queue Sep 10, 2024
@diegomrsantos diegomrsantos removed this pull request from the merge queue due to a manual request Sep 10, 2024
@diegomrsantos diegomrsantos added this pull request to the merge queue Sep 10, 2024
Merged via the queue into master with commit 3e3df07 Sep 10, 2024
14 checks passed
@diegomrsantos diegomrsantos deleted the merge-queues branch September 10, 2024 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: done
Development

Successfully merging this pull request may close these issues.

2 participants