chore: Mergify update (#10525)

* update mergify

* add new queue method

* Update .mergify.yml

Co-authored-by: Robert Zaremba <robert@zaremba.ch>

Co-authored-by: Robert Zaremba <robert@zaremba.ch>
This commit is contained in:
Marko 2021-11-11 15:21:56 +01:00 committed by GitHub
parent 8fc9f76329
commit b6d416d871
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
queue_rules:
- name: default
conditions:
- "#approved-reviews-by>1"
pull_request_rules:
- name: automerge to master with label automerge and branch protection passing
conditions:
@ -5,6 +10,8 @@ pull_request_rules:
- base=master
- label=automerge
actions:
queue:
name: default
merge:
method: squash
strict: true