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
This commit is contained in:
Gustavo Valverde 2022-01-14 11:26:55 -05:00 committed by GitHub
parent b3a487ccff
commit ee9f081dd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 7 deletions

7
.github/mergify.yml vendored
View File

@ -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"