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:
parent
b3a487ccff
commit
ee9f081dd5
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue