Skip to content

Commit

Permalink
Add PullApprove to make voting for easier
Browse files Browse the repository at this point in the history
Need 2/3 of TOC (6 votes)
  • Loading branch information
caniszczyk committed Aug 23, 2016
1 parent 3f332ec commit e3539dc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .pullapprove.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
approve_by_comment: true
approve_regex: '^(Approved|lgtm|LGTM|:shipit:|:star:|:\+1:|:ship:)'
reject_regex: '^(Rejected|:-1:)'
reset_on_push: true
reviewers:
teams:
- toc
name: default
required: 6
conditions:
files:
- "proposals/*" # review if edited docs
branches:
- master

0 comments on commit e3539dc

Please sign in to comment.