Skip to content

Update changelog and add pull request links #259

Update changelog and add pull request links

Update changelog and add pull request links #259

Workflow file for this run

name: DCO Check
on: [pull_request]
jobs:
dco_check_job:
runs-on: ubuntu-latest
name: DCO Check
steps:
- name: Get PR Commits
uses: tim-actions/get-pr-commits@master
id: 'get-pr-commits'
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: DCO Check
uses: tim-actions/dco@master
with:
commits: ${{ steps.get-pr-commits.outputs.commits }}