Skip to content

Commit c58f4c9

Browse files
dussabCopilot
andauthored
chore: add needs-triage caller workflow (#905)
* chore: add needs-triage caller workflow * fix: format triage workflow for prettier --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
1 parent 0b17b40 commit c58f4c9

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/triage.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Needs Triage
2+
3+
on:
4+
issues:
5+
types: [opened, reopened]
6+
7+
permissions:
8+
issues: write
9+
10+
jobs:
11+
triage:
12+
uses: stacklok/.github/.github/workflows/needs-triage.yml@b43e3f174f9bbf2ca4efe6e421a1d007e7fa1b8f # v1
13+

0 commit comments

Comments
 (0)