We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22fcdde commit 892efd8Copy full SHA for 892efd8
.github/workflows/triage_handle_comment.yml
@@ -0,0 +1,9 @@
1
+name: 'Handle Comment Workflow'
2
+on:
3
+ issue_comment:
4
+ types:
5
+ - created
6
+jobs:
7
+ closed-issue-comment:
8
+ uses: cypress-io/cypress/.github/workflows/triage_handle_new_comments.yml@develop
9
+ secrets: inherit
0 commit comments