Skip to content

Commit 6462186

Browse files
committed
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 <[email protected]>
1 parent 490d05e commit 6462186

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.pullapprove.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ approve_regex: ^LGTM
33
reject_regex: ^Rejected
44
reset_on_push: true
55
author_approval: ignored
6+
signed_off_by:
7+
required: true
68
reviewers:
79
teams:
810
- runtime-spec-maintainers

0 commit comments

Comments
 (0)