From 697c0e82b9f5ce183a4548875ae418ac40b3503d Mon Sep 17 00:00:00 2001 From: Brian Dussault Date: Fri, 29 May 2026 05:32:57 -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 +