ci(mergify): fix deprecated strict mode (#862)

This commit is contained in:
Ryan 2021-11-04 15:23:22 +01:00 committed by GitHub
parent e9ae7894e3
commit 80db062472
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,11 +18,11 @@ pull_request_rules:
- name: warn on needs-work - name: warn on needs-work
conditions: conditions:
- or: - or:
- check-failure=lint - check-failure=lint
- check-failure=test-linux - check-failure=test-linux
- check-failure=codecov/patch - check-failure=codecov/patch
- check-failure=codecov/project - check-failure=codecov/project
- check-failure=snapshot - check-failure=snapshot
actions: actions:
comment: comment:
message: '@{{author}} this pull request has failed checks 🛠' message: '@{{author}} this pull request has failed checks 🛠'
@ -86,6 +86,14 @@ pull_request_rules:
- check-success=codecov/project - check-success=codecov/project
- check-success=snapshot - check-success=snapshot
actions: actions:
merge: queue:
method: squash method: squash
strict: true name: default
queue_rules:
- name: default
conditions:
- check-success=lint
- check-success=test-linux
- check-success=codecov/patch
- check-success=codecov/project
- check-success=snapshot