From 1863b79c5cc270756becf05742328a7746c47b4a Mon Sep 17 00:00:00 2001 From: Roman Khimov Date: Tue, 29 Aug 2023 14:59:36 +0300 Subject: [PATCH] workflows: reuse org-wide DCO workflow Signed-off-by: Roman Khimov --- .github/workflows/dco.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/dco.yml b/.github/workflows/dco.yml index 40ed8fcb4..c8631efc9 100644 --- a/.github/workflows/dco.yml +++ b/.github/workflows/dco.yml @@ -7,15 +7,4 @@ on: jobs: commits_check_job: - runs-on: ubuntu-latest - 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 }} + uses: nspcc-dev/.github/.github/workflows/dco.yml@master