From c9f0924d3bbbc5c63bc40d88639e80edb1a277c6 Mon Sep 17 00:00:00 2001 From: Peter Nied Date: Wed, 2 Mar 2022 12:21:35 -0600 Subject: [PATCH] Remove github DCO action as it has been replaced with a github app (#1656) Signed-off-by: Peter Nied (cherry picked from commit 0b635777d55bb714f1c80ba87391d52c0a1db16a) --- .github/workflows/dco.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/dco.yml diff --git a/.github/workflows/dco.yml b/.github/workflows/dco.yml deleted file mode 100644 index cf30ea89dc..0000000000 --- a/.github/workflows/dco.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Developer Certificate of Origin Check - -on: [pull_request] - -jobs: - check: - runs-on: ubuntu-latest - - steps: - - name: Get PR Commits - id: 'get-pr-commits' - uses: tim-actions/get-pr-commits@v1.1.0 - with: - token: ${{ secrets.GITHUB_TOKEN }} - - name: DCO Check - uses: tim-actions/dco@v1.1.0 - with: - commits: ${{ steps.get-pr-commits.outputs.commits }}