File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments