File tree Expand file tree Collapse file tree 1 file changed +26
-4
lines changed Expand file tree Collapse file tree 1 file changed +26
-4
lines changed Original file line number Diff line number Diff line change
1
+ queue_rules :
2
+ - name : dep-update
3
+ batch_size : 100
4
+ batch_max_wait_time : 30 min
5
+ queue_conditions :
6
+ - author=dependabot[bot]
7
+
1
8
pull_request_rules :
2
9
- name : Automatic approve for Dependabot pull requests
3
10
conditions :
@@ -6,24 +13,39 @@ pull_request_rules:
6
13
review :
7
14
type : APPROVE
8
15
16
+ - name : Automatic merge for Dependabot pull requests
17
+ conditions :
18
+ - author=dependabot[bot]
19
+ - " #approved-reviews-by>=1"
20
+ - check-success=test
21
+ actions :
22
+ queue :
23
+
9
24
- name : Automatic approve for GitHub Actions Bot pull requests
10
25
conditions :
11
26
- author=github-actions[bot]
12
27
actions :
13
28
review :
14
29
type : APPROVE
15
30
16
- - name : Automatic merge for GitHub Actions Bot pull requests with label "doc-theme"
31
+ - name : Automatic approve for GitHub Readme Profile pull requests
17
32
conditions :
18
- - author=github-actions[bot]
33
+ - author=gh-readme-profile
34
+ actions :
35
+ review :
36
+ type : APPROVE
37
+
38
+ - name : Automatic merge for GitHub Readme Profile pull requests with label "doc-theme"
39
+ conditions :
40
+ - author=gh-readme-profile
19
41
- " #approved-reviews-by>=1"
20
42
- label=doc-theme
21
43
actions :
22
44
merge :
23
45
24
- - name : Automatic merge for GitHub Actions Bot pull requests with label "doc-translation"
46
+ - name : Automatic merge for GitHub Readme Profile pull requests with label "doc-translation"
25
47
conditions :
26
- - author=github-actions[bot]
48
+ - author=gh-readme-profile
27
49
- " #approved-reviews-by>=1"
28
50
- label=doc-translation
29
51
actions :
You can’t perform that action at this time.
0 commit comments