We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f66d755 commit c58b7f5Copy full SHA for c58b7f5
.policy.yml
@@ -20,21 +20,21 @@ approval_rules:
20
allow_contributor: false
21
requires:
22
count: 1
23
- admins: true
+ permissions: ["admin", "maintain"]
24
25
- name: two admins have approved
26
options:
27
allow_contributor: true
28
29
count: 2
30
31
32
- name: changelog only and contributor approval
33
34
35
36
37
38
if:
39
only_changed_files:
40
paths:
@@ -45,7 +45,7 @@ approval_rules:
45
46
47
48
49
50
has_author_in:
51
users: [ "svc-excavator-bot" ]
0 commit comments