Add PullApprove support
Enforce 2 LGTMs for pull requests. Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
This commit is contained in:
parent
57b997243d
commit
e2fd7c1184
|
@ -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
|
Loading…
Reference in New Issue