File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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
88pull_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 :
You can’t perform that action at this time.
0 commit comments