adding need dco auto review (#1329)

Signed-off-by: Paige Patton <prubenda@redhat.com>
This commit is contained in:
Paige Patton
2026-05-15 14:09:43 -04:00
committed by GitHub
parent 2b02306a4d
commit 0c4ac9f578
+16
View File
@@ -0,0 +1,16 @@
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