Skip to content

Commit

Permalink
docs(README): mention GitHub Merge Queue
Browse files Browse the repository at this point in the history
The Merge Queue is currently in limited public beta, but we can already
mention that we support it, because the concept is similar to that of
Bors. This is useful to mention, because GitHub's own merge train
solution may get a lot of usage.
korthout committed Nov 24, 2022
1 parent 25bf8ca commit e88dda9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ For each of those labels:
4. comment on the original pull request about its success

This backport action is able to deal with so called `octopus` merges (i.e. merges of multiple branches with a single commit).
Therefore, this action is compatible with [Bors](https://bors.tech/) and similar tools.
Therefore, this action is compatible with [Bors](https://bors.tech/), [GitHub Merge Queue](https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue) and similar tools.

> **Note**
> Version `1.0.0` (i.e. `v1`) will be released soon.

0 comments on commit e88dda9

Please sign in to comment.