From 230f2b723c7e89bbb77264d0623ba3f9065d6631 Mon Sep 17 00:00:00 2001 From: Jirka Borovec Date: Wed, 27 Jan 2021 23:58:03 +0100 Subject: [PATCH] update mergify - master only (#5682) --- .github/mergify.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/mergify.yml b/.github/mergify.yml index 9819379a9e..9b7c1f0eb0 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -40,6 +40,7 @@ pull_request_rules: conditions: - -conflict - -draft # filter-out GH draft PRs + - base=master # apply only on master - -title~=(?i)wip # skip all PR that title contains “WIP” (ignoring case) - "#approved-reviews-by>=3" # number of review approvals actions: