From 06b3c9c4c52451129e811e2e15ffff0c534228d5 Mon Sep 17 00:00:00 2001 From: Moe Derakhshani Date: Thu, 25 Aug 2022 12:18:38 -0700 Subject: [PATCH 1/2] dco tunning Signed-off-by: Moe Derakhshani --- .github/workflows/dco-check.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/dco-check.yml b/.github/workflows/dco-check.yml index f4cc823f2..9dfbac4a7 100644 --- a/.github/workflows/dco-check.yml +++ b/.github/workflows/dco-check.yml @@ -2,12 +2,12 @@ name: DCO Check on: [pull_request] -require: - members: false +#require: +# members: false -allowRemediationCommits: - individual: true - thirdParty: true +#allowRemediationCommits: +# individual: true +# thirdParty: true jobs: check: From 2edad552f6ea19dbbab1e8a0395ea8f78a7e7b5d Mon Sep 17 00:00:00 2001 From: Moe Derakhshani Date: Thu, 25 Aug 2022 12:20:04 -0700 Subject: [PATCH 2/2] dco tunning Signed-off-by: Moe Derakhshani --- .github/workflows/dco-check.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/dco-check.yml b/.github/workflows/dco-check.yml index 9dfbac4a7..5a5c60607 100644 --- a/.github/workflows/dco-check.yml +++ b/.github/workflows/dco-check.yml @@ -2,13 +2,6 @@ name: DCO Check on: [pull_request] -#require: -# members: false - -#allowRemediationCommits: -# individual: true -# thirdParty: true - jobs: check: runs-on: ubuntu-latest