Skip to content

Commit

Permalink
Merge pull request opencontainers#1029 from vbatts/pullapprove
Browse files Browse the repository at this point in the history
PullApprove: No need for 3 DCO checks
  • Loading branch information
hqhq authored Mar 5, 2020
2 parents 231312c + a87fe24 commit d5b400c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pullapprove.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2

requirements:
signed_off_by:
required: true
required: false

group_defaults:
required: 2
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ endif
.gitvalidation:
@which git-validation > /dev/null 2>/dev/null || (echo "ERROR: git-validation not found. Consider 'make install.tools' target" && false)
ifdef TRAVIS_COMMIT_RANGE
git-validation -q -run DCO,short-subject,dangling-whitespace
git-validation -q -run short-subject,dangling-whitespace
else
git-validation -v -run DCO,short-subject,dangling-whitespace -range $(EPOCH_TEST_COMMIT)..HEAD
endif
Expand Down

0 comments on commit d5b400c

Please sign in to comment.