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

Automatically update approved PRs with automerge #766

Merged

Conversation

markmandel
Copy link
Contributor

What type of PR is this?

Uncomment only one /kind <> line, press enter to put that in a new line, and remove leading whitespace from that line:

/kind breaking
/kind bug
/kind cleanup
/kind documentation
/kind feature
/kind hotfix

What this PR does / Why we need it:

GitHub action that will sequentially update to main PRs that pass all their checks and are set to "auto-merge".

Not quite as nice as a merge queue, but at least means you don't have to manually manage a queue of approved PRs.

Which issue(s) this PR fixes:

Work on #737

Special notes for your reviewer:

Stolen from what we do on Agones.

GitHub action that will sequentially update to `main` PRs that pass all
their checks and are set to "auto-merge".

Not quite as nice as a merge queue, but at least means you don't have to
manually manage a queue of approved PRs.

Work on googleforgames#737
@markmandel markmandel added the area/build-tools Development tooling. label Aug 2, 2023
@github-actions github-actions bot added the size/s label Aug 2, 2023
@quilkin-bot
Copy link
Collaborator

Build Succeeded 🥳

Build Id: 9d6b1343-d315-4fb6-bc41-e5b110b9a170

The following development images have been built, and will exist for the next 30 days:

To build this version:

git fetch git@github.com:googleforgames/quilkin.git pull/766/head:pr_766 && git checkout pr_766
cargo build

@XAMPPRocky XAMPPRocky merged commit cdebcad into googleforgames:main Aug 2, 2023
@markmandel markmandel deleted the build/pr-update-automation branch August 3, 2023 23:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/build-tools Development tooling. size/s
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants