forked from bitwiseops/obsidian-kobo-highlights-import
-
Notifications
You must be signed in to change notification settings - Fork 10
/
.policy.yml
38 lines (38 loc) · 815 Bytes
/
.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
policy:
approval:
- or:
- Kevin made a change
- Kevin approves
- Kevin helps bot and approves
approval_rules:
- name: Kevin made a change
if:
has_author_in:
users: ["OGKevin"]
options:
allow_author: true
allow_contributor: true
- name: Kevin approves
options:
methods:
comments:
- "/lgtm"
github_review: true
requires:
count: 1
users: ["OGKevin"]
- name: Kevin helps bot and approves
if:
has_author_in:
users: ["ogkevin-robot[bot]"]
has_contributor_in:
users: ["OGKevin"]
options:
allow_non_author_contributor: true
methods:
comments:
- "/lgtm"
github_review: true
requires:
count: 1
users: ["OGKevin"]