From 86c6244a8842001fd9ae2abb7b5b04db5819f17e Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Fri, 26 Aug 2022 14:23:11 +0530 Subject: [PATCH] chore: auto close stable branch PRs --- .mergify.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.mergify.yml b/.mergify.yml index 816ba3104d..0ea0f2a801 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -9,6 +9,8 @@ pull_request_rules: - author!=ankush - author!=mergify[bot] - or: + - base=version-15 + - base=version-14 - base=version-13 - base=version-12 actions: