Skip to content

Commit

Permalink
Configure Zappr (#4)
Browse files Browse the repository at this point in the history
* Create /.zappr.yaml
* Updated .zappr.yaml
  • Loading branch information
bookdude13 authored Mar 4, 2017
1 parent 7b2ec55 commit a2a0e81
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .zappr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
autobranch:
pattern: '{number}-{title}'
length: 60
commit:
message:
patterns:
- '#[0-9]+'
approvals:
minimum: 1
ignore: none
pattern: "^(:\\+1:|👍)$"
veto:
pattern: "^(:\\-1:|👎)$"
specification:
title:
minimum-length:
enabled: true
length: 8
body:
minimum-length:
enabled: true
length: 8
contains-url: true
contains-issue-number: true
template:
differs-from-body: true
pull-request:
labels:
additional: true

0 comments on commit a2a0e81

Please sign in to comment.