We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d371a0a commit 0879c2eCopy full SHA for 0879c2e
.policy.yml
@@ -3,6 +3,7 @@
3
policy:
4
approval:
5
- or:
6
+ - infrastructure-notify has been notified
7
- one admin has approved (PR contributors not allowed)
8
- two admins have approved
9
- changelog only and contributor approval
@@ -15,12 +16,18 @@ policy:
15
16
organizations: [ "palantir" ]
17
18
approval_rules:
-
19
- - name: one admin has approved (PR contributors not allowed)
+ - name: infrastructure-notify has been notified
20
options:
21
allow_contributor: false
22
request_review:
23
enabled: true
24
+ requires:
25
+ count: 1
26
+ teams: [ "palantir/infrastructure-notify" ]
27
+
28
+ - name: one admin has approved (PR contributors not allowed)
29
+ options:
30
+ allow_contributor: false
31
requires:
32
count: 1
33
admins: true
0 commit comments