diff --git a/.github/workflows/needs-dco.yml b/.github/workflows/needs-dco.yml new file mode 100644 index 00000000..1b91cd1d --- /dev/null +++ b/.github/workflows/needs-dco.yml @@ -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