Commit 3a2342e
authored
GitHub Actions: Turn on merge queue (#108)
By default, when our PR check runs against each PR it is only testing
the specific commit HEAD of the PR branch, without necessarily also
considering the current HEAD of `main`, unless that commit has been
merged in manually into the PR branch. Merge queues provide a way of
automating this.
https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
0 commit comments