Skip to content

Commit

Permalink
Use different DCO action implementation
Browse files Browse the repository at this point in the history
Switching from <https://github.com/tim-actions/dco> to <https://github.com/tisonkun/actions-dco>.
While both implementations look very similar there are some differences:

- The later implementation does not require use of additional action to pull PR commits because
it does not rely on `commits` being setup in `core` context.
- The later implementation is explicit about its LICENSE (AL2).

Signed-off-by: Lukáš Vlček <[email protected]>
  • Loading branch information
lukas-vlcek committed Aug 9, 2023
1 parent 706d4d7 commit 81274dd
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/dco.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,5 @@ jobs:
pull-requests: read

steps:
- name: Get PR Commits
id: 'get-pr-commits'
uses: tim-actions/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: DCO Check
uses: tim-actions/[email protected]
with:
commits: ${{ steps.get-pr-commits.outputs.commits }}
uses: tisonkun/[email protected]

0 comments on commit 81274dd

Please sign in to comment.