Add DCO check via PullApprove

Closes #516
PullApprove has support to check for DCO
Also, take the time to improve the approve_regex

Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
This commit is contained in:
Chris Aniszczyk 2016-07-26 11:13:14 -05:00
parent 490d05e17b
commit 64621866cd
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ approve_regex: ^LGTM
reject_regex: ^Rejected
reset_on_push: true
author_approval: ignored
signed_off_by:
required: true
reviewers:
teams:
- runtime-spec-maintainers