From 0c4ac9f578de56650469f3d4045d39252488243e Mon Sep 17 00:00:00 2001 From: Paige Patton <64206430+paigerube14@users.noreply.github.com> Date: Fri, 15 May 2026 14:09:43 -0400 Subject: [PATCH] adding need dco auto review (#1329) Signed-off-by: Paige Patton --- .github/workflows/needs-dco.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/needs-dco.yml 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