Skip to content

Commit

Permalink
Merge pull request #21 from caniszczyk/add-pullapprove
Browse files Browse the repository at this point in the history
Add PullApprove configuration
  • Loading branch information
stevvooe committed Jan 6, 2017
2 parents 6b50c37 + 2ea6f48 commit a6d0ee4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .pullapprove.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
approve_by_comment: true
approve_regex: '^(Approved|lgtm|LGTM|:shipit:|:star:|:\+1:|:ship:)'
reject_regex: ^Rejected
reset_on_push: true
author_approval: ignored
signed_off_by:
required: true
reviewers:
teams:
- go-digest-maintainers
name: default
required: 2

0 comments on commit a6d0ee4

Please sign in to comment.