diff --git a/.github/workflows/dco.yml b/.github/workflows/dco.yml deleted file mode 100644 index 5da69258..00000000 --- a/.github/workflows/dco.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: DCO - -on: - pull_request: - branches: [ main, release-*, backplane-* ] - -jobs: - dco_check: - runs-on: ubuntu-latest - name: DCO Check - steps: - - name: Get PR Commits - id: 'get-pr-commits' - uses: tim-actions/get-pr-commits@master - with: - token: ${{ secrets.GITHUB_TOKEN }} - - name: DCO Check - uses: tim-actions/dco@master - with: - commits: ${{ steps.get-pr-commits.outputs.commits }}