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:
2020 allow_contributor : false
2121 requires :
2222 count : 1
23- admins : true
23+ permissions : ["admin", "maintain"]
2424
2525 - name : two admins have approved
2626 options :
2727 allow_contributor : true
2828 requires :
2929 count : 2
30- admins : true
30+ permissions : ["admin", "maintain"]
3131
3232 - name : changelog only and contributor approval
3333 options :
3434 allow_contributor : true
3535 requires :
3636 count : 1
37- admins : true
37+ permissions : ["admin", "maintain"]
3838 if :
3939 only_changed_files :
4040 paths :
@@ -45,7 +45,7 @@ approval_rules:
4545 allow_contributor : true
4646 requires :
4747 count : 1
48- admins : true
48+ permissions : ["admin", "maintain"]
4949 if :
5050 has_author_in :
5151 users : [ "svc-excavator-bot" ]
You can’t perform that action at this time.
0 commit comments