We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4887fe9 commit 058e159Copy full SHA for 058e159
.github/workflows/triage_closed_issue_comment.yml
@@ -1,4 +1,4 @@
1
-name: 'Closed Issue Comment'
+name: 'Handle Comment Workflow'
2
on:
3
issue_comment:
4
types:
@@ -7,5 +7,5 @@ jobs:
7
closed-issue-comment:
8
# skip in fork
9
if: github.repository == 'cypress-io/github-action'
10
- uses: cypress-io/cypress/.github/workflows/triage_closed_issue_comment.yml@develop
+ uses: cypress-io/cypress/.github/workflows/triage_handle_new_comments.yml@develop
11
secrets: inherit
0 commit comments