mirror of
https://github.com/lxc/incus
synced 2026-08-02 05:26:46 +00:00
github: Update DCO check
Fixes the failures when more than 50 commits. Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
This commit is contained in:
parent
eb23817937
commit
2c9c4e76fe
10
.github/workflows/commits.yml
vendored
10
.github/workflows/commits.yml
vendored
@ -12,16 +12,8 @@ jobs:
|
||||
name: Signed-off-by (DCO)
|
||||
runs-on: ubuntu-24.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 }}
|
||||
uses: KineticCafe/actions-dco@v3.1.0
|
||||
|
||||
target-branch:
|
||||
permissions:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user