From ee9f081dd55ff45239efe91ec3a7912b6ef9ca9d Mon Sep 17 00:00:00 2001 From: Gustavo Valverde Date: Fri, 14 Jan 2022 11:26:55 -0500 Subject: [PATCH] Do not update PRs to the latest tip automatically (#3351) This causes the Mergify bot to commit to each PR, being also included in the squashed merge as an author. As the queue merges the head branch (main) to latest tip before testing with the CI, having all those feature branches constantly updating with Mergify is not needed --- .github/mergify.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/mergify.yml b/.github/mergify.yml index 77f83d327..9880bc9b0 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -30,13 +30,6 @@ queue_rules: - check-success=Coverage (+nightly) pull_request_rules: - - name: automatic update for PR marked as “Ready-to-Go“ - conditions: - - -conflict # skip PRs with conflicts - - -draft # filter-out GH draft PRs - actions: - update: - - name: move to urgent queue when CI passes with 1 review and not WIP targeting main conditions: - "#approved-reviews-by>=1"