From 2cac39ea8a8b18de9f580a2cf4291eaff033e6b6 Mon Sep 17 00:00:00 2001 From: xuezhaojun Date: Tue, 22 Aug 2023 11:29:44 +0800 Subject: [PATCH] Remove dco check in github action. Signed-off-by: xuezhaojun --- .github/workflows/dco.yml | 20 -------------------- 1 file changed, 20 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 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 }}