forked from palantir/blueprint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.policy.yml
63 lines (58 loc) · 1.47 KB
/
.policy.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
policy:
approval:
- or:
- approved by Blueprint team member
- approved by Blueprint team lead
- authored by Blueprint team lead
- excavator only touched config files
- bots updated package.json and lock files
disapproval:
requires:
organizations: [ "palantir" ]
approval_rules:
- name: approved by Blueprint team member
options:
allow_contributor: false
requires:
count: 1
teams: [ "palantir/blueprint" ]
- name: approved by Blueprint team lead
options:
allow_contributor: true
requires:
count: 1
users: [ "adidahiya" ]
- name: authored by Blueprint team lead
requires:
count: 0
if:
has_author_in:
users: [ "adidahiya" ]
has_valid_signatures_by_keys:
key_ids: ["807851B18384352E"]
- name: excavator only touched config files
requires:
count: 0
if:
has_author_in:
users: [ "svc-excavator-bot" ]
only_changed_files:
paths:
- "^\\..*.yml$"
- "^\\.github/.*$"
has_valid_signatures_by_keys:
key_ids: ["C9AF124A484882E0"]
- name: bots updated package.json and lock files
requires:
count: 0
if:
has_author_in:
users:
- "svc-excavator-bot"
- "dependabot[bot]"
only_changed_files:
paths:
- "^.*yarn.lock$"
- "^.*package.json$"
has_valid_signatures_by_keys:
key_ids: ["C9AF124A484882E0"]