Skip to content

Commit

Permalink
github: drop DCO check now that we have the DCO app enabled
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel committed Feb 8, 2024
1 parent 63736af commit b0c1d58
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions .github/workflows/commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,8 @@ permissions:
contents: read

jobs:
dco-check:
permissions:
pull-requests: read # for tim-actions/get-pr-commits to get list of commits from the PR
name: Signed-off-by (DCO)
commits:
runs-on: ubuntu-22.04
steps:
- name: Get PR Commits
id: 'get-pr-commits'
uses: tim-actions/get-pr-commits@master
with:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Check that all commits are signed-off
uses: tim-actions/dco@master
with:
commits: ${{ steps.get-pr-commits.outputs.commits }}

- name: Check if CLA signed
uses: canonical/has-signed-canonical-cla@v1
- name: Check if CLA signed
uses: canonical/has-signed-canonical-cla@v1

0 comments on commit b0c1d58

Please sign in to comment.