Skip to content

Commit

Permalink
Merge pull request #571 from simondeziel/dco-app
Browse files Browse the repository at this point in the history
github: drop DCO check now that we have the DCO app enabled
  • Loading branch information
simondeziel committed Feb 8, 2024
2 parents 86a897d + 1c62323 commit 3e40cd3
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,6 @@ 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)
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 }}

target-branch:
permissions:
contents: none
Expand Down

0 comments on commit 3e40cd3

Please sign in to comment.