diff --git a/.github/workflows/dco-check.yml b/.github/workflows/dco-check.yml index 5a5c60607..f4cc823f2 100644 --- a/.github/workflows/dco-check.yml +++ b/.github/workflows/dco-check.yml @@ -2,6 +2,13 @@ name: DCO Check on: [pull_request] +require: + members: false + +allowRemediationCommits: + individual: true + thirdParty: true + jobs: check: runs-on: ubuntu-latest