From f2a487810985762452c8b7be4d56e481c91328eb Mon Sep 17 00:00:00 2001 From: Brian Dussault Date: Fri, 29 May 2026 05:33:02 -0400 Subject: [PATCH] chore: add needs-triage caller workflow --- .github/workflows/triage.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/workflows/triage.yml diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml new file mode 100644 index 0000000..7dffeda --- /dev/null +++ b/.github/workflows/triage.yml @@ -0,0 +1,8 @@ +on: + issues: + types: [opened, reopened] + +jobs: + triage: + uses: stacklok/.github/.github/workflows/needs-triage.yml@v1 +