Skip to content

Commit b6baf6d

Browse files
authored
ci(triage-skill): Run on opened issues (#19423)
Closes #19424 (added automatically)
1 parent 98cb3f6 commit b6baf6d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/triage-issue.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: Triage Issue
22

33
on:
4-
# Only trigger this workflow manually for now
5-
# issues:
6-
# types: [opened]
4+
issues:
5+
types: [opened]
76
workflow_dispatch:
87
inputs:
98
issue_number:

0 commit comments

Comments
 (0)