Skip to content

Commit 706db76

Browse files
committed
fix dco issue
Signed-off-by: Moe Derakhshani <[email protected]>
1 parent d024317 commit 706db76

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/dco-check.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@ name: DCO Check
22

33
on: [pull_request]
44

5+
require:
6+
members: false
7+
8+
allowRemediationCommits:
9+
individual: true
10+
thirdParty: true
11+
12+
513
jobs:
614
check:
715
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)