mirror of
https://github.com/krkn-chaos/krkn.git
synced 2026-08-25 09:27:36 +00:00
adding need dco auto review (#1329)
Signed-off-by: Paige Patton <prubenda@redhat.com>
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user