mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-04 17:38:40 +03:00
feat(ci): support a merge queue
This change adds support for using the [Merge Queue][0] merge method. This still needs to be enforced at the repository level. [0]: https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue Change-Id: I4b464818c0cd82d1d56c4dd7f807f6cfc5dfa913
This commit is contained in:
parent
f00e42e78c
commit
1bde5dffad
3
.github/workflows/presubmit.yml
vendored
3
.github/workflows/presubmit.yml
vendored
@ -9,6 +9,9 @@
|
||||
name: presubmit
|
||||
|
||||
on:
|
||||
merge_group:
|
||||
types:
|
||||
- checks_requested
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
Loading…
Reference in New Issue
Block a user