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:
sudoforge 2024-08-05 15:21:21 -07:00
parent f00e42e78c
commit 1bde5dffad

View File

@ -9,6 +9,9 @@
name: presubmit name: presubmit
on: on:
merge_group:
types:
- checks_requested
pull_request: pull_request:
branches: branches:
- master - master