Enforce Developer Certificate of Origin (DCO) sign-off on pull requests.
Example Usage
name: DCO Check
on:
- pull_request
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: KineticCafe/[email protected]
Inputs
repo-token
: The GitHub token for use with this. Defaults to${{ github.token }}
and needs to have sufficient permissions to…
Notes
This is the initial release of KineticCafe/actions-dco, based on tisonkun/actions-dco, ported to Typescript and using Node 16.