From 5c0c9d5417ba482eee32d311fdc87c6ada2e5f85 Mon Sep 17 00:00:00 2001 From: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com> Date: Wed, 1 Sep 2021 12:06:46 +0530 Subject: [PATCH] ci: Update mergify.yml --- .mergify.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.mergify.yml b/.mergify.yml index 8c7a7dc95d..cd221b134c 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -2,7 +2,9 @@ pull_request_rules: - name: Auto-close PRs on stable branch conditions: - and: - - author!=surajshetty3416 + - or: + - author!=surajshetty3416 + - author!=gavindsouza - or: - base=version-13 - base=version-12