Skip to content

Commit 296cf34

Browse files
authored
chore: add needs-triage caller workflow (#5398)
1 parent 0578af6 commit 296cf34

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)