-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #252 from zalando/daryadedik-patch-1
Update zappr.yaml
- Loading branch information
Showing
1 changed file
with
9 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,10 @@ | ||
X-Zalando-Team: octopus | ||
X-Zalando-Type: code | ||
|
||
approvals: | ||
minimum: 2 | ||
# approval = comment that matches this regex | ||
pattern: "^(:\\+1:|👍)" | ||
# note that `from` is by default empty, | ||
# accepting any matching comment as approval | ||
from: | ||
# commenter must be either one of: | ||
orgs: | ||
# a public zalando org member | ||
# (any org in here counts) | ||
- zalando | ||
# OR a collaborator of the repo | ||
collaborators: true | ||
groups: | ||
zalando: | ||
minimum: 2 | ||
from: | ||
orgs: | ||
- "zalando" | ||
collaborators: true | ||
X-Zalando-Team: "octopus" | ||
X-Zalando-Type: code |