From 2b992c9f04d4f660f43931eb942f536a20749860 Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Wed, 28 Apr 2021 14:15:27 +0200 Subject: [PATCH] Disable the DCO GHA We've installed the DCO bot instead, as requested by the CNCF. Signed-off-by: Stephen Kitt --- .github/workflows/linting.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 1848a4e..9a2a158 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -5,20 +5,6 @@ on: pull_request: jobs: - dco: - name: DCO in Commit Message(s) - runs-on: ubuntu-latest - steps: - - name: Get PR commits - id: 'get-pr-commits' - uses: tim-actions/get-pr-commits@master - with: - token: ${{ secrets.GITHUB_TOKEN }} - - name: Run DCO check - uses: tim-actions/dco@master - with: - commits: ${{ steps.get-pr-commits.outputs.commits }} - gitlint: name: Commit Message(s) runs-on: ubuntu-latest