We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bb959f commit 4ff62ebCopy full SHA for 4ff62eb
1 file changed
.github/workflows/comment-on-issue.yml
@@ -2,8 +2,7 @@ name: "Comment on New Issue"
2
3
on:
4
issues:
5
- types: [opened]
6
- workflow_dispatch:
+ types: [opened, labeled]
7
8
permissions:
9
issues: write
0 commit comments