Skip to content

Commit

Permalink
Disable the DCO GHA
Browse files Browse the repository at this point in the history
We've installed the DCO bot instead, as requested by the CNCF.

Signed-off-by: Stephen Kitt <[email protected]>
  • Loading branch information
skitt authored and tpantelis committed Apr 28, 2021
1 parent 26cf27b commit 62665fd
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 62665fd

Please sign in to comment.