Files
krkn/.github/workflows/needs-dco.yml
T
2026-05-15 14:09:43 -04:00

17 lines
274 B
YAML

name: Needs DCO Signoff
on:
pull_request_target:
types: [opened, synchronize, reopened]
push:
branches: [main]
permissions:
pull-requests: write
issues: write
contents: read
jobs:
dco:
uses: krkn-chaos/actions/.github/workflows/needs-dco.yml@main