Skip to content

Commit 81274dd

Browse files
committed
Use different DCO action implementation
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 <lukas.vlcek@aiven.io>
1 parent 706d4d7 commit 81274dd

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/dco.yml

+1-8
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,5 @@ jobs:
1010
pull-requests: read
1111

1212
steps:
13-
- name: Get PR Commits
14-
id: 'get-pr-commits'
15-
uses: tim-actions/get-pr-commits@v1.3.0
16-
with:
17-
token: ${{ secrets.GITHUB_TOKEN }}
1813
- name: DCO Check
19-
uses: tim-actions/dco@v1.1.0
20-
with:
21-
commits: ${{ steps.get-pr-commits.outputs.commits }}
14+
uses: tisonkun/actions-dco@v1.1

0 commit comments

Comments
 (0)