-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Enable optional merge queue for this repo #12688
Comments
|
For reference, this is a follow-up to yesterday's Contributor Meeting, which itself was a follow-up to #12610 (comment) (and further comments) and two prior Slack discussions |
@agilgur5 Do you know any example repos that have this enabled? |
Not off the top of my head unfortunately. Been working on this repo primarily for the past bit and merge queues apparently can only be used for repos of an org (and not for personal repos), so I couldn't use my own as examples. k8s used to have Prow or the k8s bot do this as far as I remember, but some things have changed once GitHub had native features. Bors is the bot that predates the native GH feature, and since it's a bot you can search for its comments (e.g. bors-ng/bors-ng#142). |
Ah here's a CNCF example: cncf/presentations#186.
See the little icons that say "added this pull request to the merge queue" and "Merged via the queue": The feature also adds this link: https://github.com/cncf/presentations/queue/main And you can see the |
See https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue
The text was updated successfully, but these errors were encountered: