Merge pull request #3109 from nspcc-dev/reuse-org-dco-workflow

workflows: reuse org-wide DCO workflow
This commit is contained in:
Roman Khimov 2023-08-29 15:08:51 +03:00 committed by GitHub
commit 2d4e1b598f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,15 +7,4 @@ on:
jobs: jobs:
commits_check_job: commits_check_job:
runs-on: ubuntu-latest uses: nspcc-dev/.github/.github/workflows/dco.yml@master
name: Commits Check
steps:
- name: Get PR Commits
id: 'get-pr-commits'
uses: tim-actions/get-pr-commits@master
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: DCO Check
uses: tim-actions/dco@master
with:
commits: ${{ steps.get-pr-commits.outputs.commits }}