From fd53245889abcec2cd421a9193abab3344483210 Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Tue, 23 May 2023 01:12:12 +0200 Subject: [PATCH] feat(mergify): only queue PRs if they target master This is useful for stacked PRs. One can apply the `send-it` label and wait for GitHub to retarget the PR to the actual base branch once the dependent PR merges. Pull-request: #3941. --- .github/mergify.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/mergify.yml b/.github/mergify.yml index eafca0cf87b..01e6896729c 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -27,6 +27,7 @@ pull_request_rules: conditions: # All branch protection rules are implicit: https://docs.mergify.com/conditions/#about-branch-protection - label=send-it + - base=master actions: queue: