diff --git a/.github/mergify.yml b/.github/mergify.yml index 390b0c2..4c26cb1 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -3,35 +3,35 @@ queue_rules: batch_size: 100 batch_max_wait_time: 30 min queue_conditions: - - author = dependabot[bot] + - author=dependabot[bot] pull_request_rules: - name: Automatic approve for Dependabot pull requests conditions: - - author = dependabot[bot] + - author=dependabot[bot] actions: review: type: APPROVE - name: Automatic merge for Dependabot pull requests conditions: - - author = dependabot[bot] + - author=dependabot[bot] - "#approved-reviews-by>=1" - - check-success = Test + - check-success=Test / Perform check (22.x) (pull_request) actions: queue: - name: Automatic approve for GitHub Actions pull requests conditions: - - author = github-actions[bot] + - author=github-actions[bot] actions: review: type: APPROVE - name: Automatic merge for GitHub Actions pull requests conditions: - - author = github-actions[bot] + - author=github-actions[bot] - "#approved-reviews-by>=1" - - check-success = Test + - check-success=Test / Perform check (22.x) (pull_request) actions: merge: