Skip to content
Compare
Choose a tag to compare
@halostatue halostatue released this 13 Jun 04:15
· 103 commits to main since this release
v1.0
3a68e38

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.