Mergify to only update one approved PR at a time. (#6117)

To attempt to increase CI throughput, updates mergify configuration to only update one approved PR at a time.

See https://docs.mergify.io/actions/merge.html#merge .
This commit is contained in:
Kevin Krsulich 2021-03-30 12:53:07 -04:00 committed by GitHub
parent 4a4d38f1af
commit c1ba88b9af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ pull_request_rules:
actions: actions:
merge: merge:
method: squash method: squash
strict: true strict: smart
- name: backport - name: backport
conditions: conditions:
- label=stable backport potential - label=stable backport potential