File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,21 +20,21 @@ approval_rules:
20
20
allow_contributor : false
21
21
requires :
22
22
count : 1
23
- admins : true
23
+ permissions : ["admin", "maintain"]
24
24
25
25
- name : two admins have approved
26
26
options :
27
27
allow_contributor : true
28
28
requires :
29
29
count : 2
30
- admins : true
30
+ permissions : ["admin", "maintain"]
31
31
32
32
- name : changelog only and contributor approval
33
33
options :
34
34
allow_contributor : true
35
35
requires :
36
36
count : 1
37
- admins : true
37
+ permissions : ["admin", "maintain"]
38
38
if :
39
39
only_changed_files :
40
40
paths :
@@ -45,7 +45,7 @@ approval_rules:
45
45
allow_contributor : true
46
46
requires :
47
47
count : 1
48
- admins : true
48
+ permissions : ["admin", "maintain"]
49
49
if :
50
50
has_author_in :
51
51
users : [ "svc-excavator-bot" ]
You can’t perform that action at this time.
0 commit comments