mirror of
https://github.com/krkn-chaos/krkn.git
synced 2026-09-08 09:47:17 +00:00
17 lines
274 B
YAML
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
|