Skip to content

Commit 376a573

Browse files
Excavator: Update policy-bot config (#470)
1 parent 8142b4c commit 376a573

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.policy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,15 @@ approval_rules:
1818
- name: one admin has approved (PR contributors not allowed)
1919
options:
2020
allow_contributor: false
21+
invalidate_on_push: true
2122
requires:
2223
count: 1
2324
permissions: ["admin", "maintain"]
2425

2526
- name: two admins have approved
2627
options:
2728
allow_contributor: true
29+
invalidate_on_push: true
2830
requires:
2931
count: 2
3032
permissions: ["admin", "maintain"]

0 commit comments

Comments
 (0)