Skip to content

Commit 29ba342

Browse files
OGKevinKevin Hellemun
authored and
Kevin Hellemun
committed
Create zappr.yam, automatic commit. (#66)
1 parent 8a1a026 commit 29ba342

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.zappr.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# this is how you configure zappr
2+
# a more exhaustive description is at
3+
# https://zappr.readthedocs.io/en/latest/setup
4+
5+
# uncomment this if you want to change anything
6+
# approvals:
7+
# by default, an approval is the thumbs up emoji only: ^:\\+1:$
8+
# uncomment this line to change the approval pattern to "lgtm" at the beginning of the comment
9+
# pattern: "^lgtm"
10+
11+
# by default, every pull request requires two approvals
12+
# uncomment this line to change it to three
13+
# minimum: 3
14+
15+
# by default, the pull request opener can approve its own pull request
16+
# uncomment this line to ignore approvals from the pull request opener
17+
# (there is also `last_committer` and `both`)
18+
# ignore: pr_opener
19+
20+
# by default, zappr counts everyone as a valid approver
21+
# uncomment these lines to change it to only collaborators
22+
# (you can also specify `orgs` and `users` and define `groups`)
23+
# from:
24+
# collaborators: true

0 commit comments

Comments
 (0)