From 1bde5dffad99ebb67c5114f88e45e1f83899a3ba Mon Sep 17 00:00:00 2001 From: sudoforge Date: Mon, 5 Aug 2024 15:21:21 -0700 Subject: 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 --- .github/workflows/presubmit.yml | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit