Add PullApprove to make voting for easier
Need 2/3 of TOC (6 votes)
This commit is contained in:
parent
3f332ec184
commit
e3539dc1e7
1 changed files with 14 additions and 0 deletions
14
.pullapprove.yml
Normal file
14
.pullapprove.yml
Normal 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
|
Loading…
Add table
Reference in a new issue