Add PullApprove to make voting for easier

Need 2/3 of TOC (6 votes)
This commit is contained in:
Chris Aniszczyk 2016-08-23 16:40:58 -04:00 committed by GitHub
parent 3f332ec184
commit e3539dc1e7
1 changed files with 14 additions and 0 deletions

14
.pullapprove.yml Normal file
View File

@ -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