Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Commit

Permalink
Merge pull request #316 from zalando/topic/306-update-zappr
Browse files Browse the repository at this point in the history
chore(config): remove UX from zappr approval
  • Loading branch information
gregdeane authored Jan 18, 2017
2 parents 6bd696a + b0f6171 commit 1d401e1
Showing 1 changed file with 8 additions and 18 deletions.
26 changes: 8 additions & 18 deletions .zappr.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,10 @@
# for github.com
approvals:
# PR needs at least 2 approvals
minimum: 2
# approval = comment that matches this regex
pattern: "^(:\\+1:|👍)$"
# note that `from` is by default empty,
# accepting any matching comment as approval
groups:
# there must be at least a technical approval from a member of team Norris
technical:
minimum: 1
from:
orgs:
- norris
# there must be at least a style approval from a member of team UX Brand Solutions
style:
minimum: 1
from:
orgs:
- ux-brand-solutions
zalando:
minimum: 2
from:
orgs:
- "zalando"
X-Zalando-Team: "norris"
X-Zalando-Type: "code"

0 comments on commit 1d401e1

Please sign in to comment.