diff options
author | sudoforge <no-reply@sudoforge.com> | 2024-08-05 15:21:21 -0700 |
---|---|---|
committer | sudoforge <no-reply@sudoforge.com> | 2024-08-05 15:26:54 -0700 |
commit | 1bde5dffad99ebb67c5114f88e45e1f83899a3ba (patch) | |
tree | 54833ac5dcb1baad5c86ba56e65cb3e5462a3c79 /.github/workflows | |
parent | f00e42e78cfbbcb71a0ad5a1207cc7b5279c82e7 (diff) | |
download | git-bug-1bde5dffad99ebb67c5114f88e45e1f83899a3ba.tar.gz |
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
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/presubmit.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/presubmit.yml b/.github/workflows/presubmit.yml index 937c17a0..5656011c 100644 --- a/.github/workflows/presubmit.yml +++ b/.github/workflows/presubmit.yml @@ -9,6 +9,9 @@ name: presubmit on: + merge_group: + types: + - checks_requested pull_request: branches: - master |