Skip to content

Commit

Permalink
should fail
Browse files Browse the repository at this point in the history
  • Loading branch information
roosterfish committed Feb 1, 2024
1 parent 653e243 commit 6da062f
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,5 @@ jobs:
- name: Check if CLA signed
uses: simondeziel/has-signed-canonical-cla@implicit-approval-from-licenses

- 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 }}
uses: live627/check-pr-signoff-action@v1

0 comments on commit 6da062f

Please sign in to comment.