Skip to content

Commit 2d7b82d

Browse files
committed
infra(mergify): fixed code
1 parent 8eb60e0 commit 2d7b82d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/mergify.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,35 +3,35 @@ queue_rules:
33
batch_size: 100
44
batch_max_wait_time: 30 min
55
queue_conditions:
6-
- author = dependabot[bot]
6+
- author=dependabot[bot]
77

88
pull_request_rules:
99
- name: Automatic approve for Dependabot pull requests
1010
conditions:
11-
- author = dependabot[bot]
11+
- author=dependabot[bot]
1212
actions:
1313
review:
1414
type: APPROVE
1515

1616
- name: Automatic merge for Dependabot pull requests
1717
conditions:
18-
- author = dependabot[bot]
18+
- author=dependabot[bot]
1919
- "#approved-reviews-by>=1"
20-
- check-success = Test
20+
- check-success=test
2121
actions:
2222
queue:
2323

2424
- name: Automatic approve for GitHub Actions pull requests
2525
conditions:
26-
- author = github-actions[bot]
26+
- author=github-actions[bot]
2727
actions:
2828
review:
2929
type: APPROVE
3030

3131
- name: Automatic merge for GitHub Actions pull requests
3232
conditions:
33-
- author = github-actions[bot]
33+
- author=github-actions[bot]
3434
- "#approved-reviews-by>=1"
35-
- check-success = Test
35+
- check-success=test
3636
actions:
3737
merge:

0 commit comments

Comments
 (0)