Skip to content

Commit d5b400c

Browse files
authored
Merge pull request #1029 from vbatts/pullapprove
PullApprove: No need for 3 DCO checks
2 parents 231312c + a87fe24 commit d5b400c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pullapprove.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22

33
requirements:
44
signed_off_by:
5-
required: true
5+
required: false
66

77
group_defaults:
88
required: 2

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ endif
7272
.gitvalidation:
7373
@which git-validation > /dev/null 2>/dev/null || (echo "ERROR: git-validation not found. Consider 'make install.tools' target" && false)
7474
ifdef TRAVIS_COMMIT_RANGE
75-
git-validation -q -run DCO,short-subject,dangling-whitespace
75+
git-validation -q -run short-subject,dangling-whitespace
7676
else
7777
git-validation -v -run DCO,short-subject,dangling-whitespace -range $(EPOCH_TEST_COMMIT)..HEAD
7878
endif

0 commit comments

Comments
 (0)