We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8142b4c commit 376a573Copy full SHA for 376a573
1 file changed
.policy.yml
@@ -18,13 +18,15 @@ approval_rules:
18
- name: one admin has approved (PR contributors not allowed)
19
options:
20
allow_contributor: false
21
+ invalidate_on_push: true
22
requires:
23
count: 1
24
permissions: ["admin", "maintain"]
25
26
- name: two admins have approved
27
28
allow_contributor: true
29
30
31
count: 2
32
0 commit comments