Skip to content

Commit c58b7f5

Browse files
Excavator: Update policy-bot config (#734)
1 parent f66d755 commit c58b7f5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.policy.yml

+4-4
Original file line numberDiff line numberDiff 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" ]

0 commit comments

Comments
 (0)