We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0578af6 commit 296cf34Copy full SHA for 296cf34
1 file changed
.github/workflows/triage.yml
@@ -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