1 parent d024317 commit 706db76Copy full SHA for 706db76
1 file changed
.github/workflows/dco-check.yml
@@ -2,6 +2,14 @@ name: DCO Check
2
3
on: [pull_request]
4
5
+require:
6
+ members: false
7
+
8
+allowRemediationCommits:
9
+ individual: true
10
+ thirdParty: true
11
12
13
jobs:
14
check:
15
runs-on: ubuntu-latest
0 commit comments