Add PullApprove support

Enforce 2 LGTMs for pull requests.

Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
This commit is contained in:
Chris Aniszczyk 2016-05-26 17:32:22 -05:00
parent 57b997243d
commit e2fd7c1184
1 changed files with 9 additions and 0 deletions

9
.pullapprove.yml Normal file
View File

@ -0,0 +1,9 @@
approve_by_comment: true
approve_regex: ^LGTM
reject_regex: ^Rejected
reset_on_push: true
reviewers:
teams:
- runtime-spec-maintainers
name: default
required: 2