We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1efa11 commit b4bea5bCopy full SHA for b4bea5b
.github/workflows/triage_closed_issue_comment.yml
@@ -0,0 +1,9 @@
1
+name: 'Closed Issue Comment'
2
+on:
3
+ issue_comment:
4
+ types:
5
+ - created
6
+jobs:
7
+ closed-issue-comment:
8
+ uses: cypress-io/cypress/.github/workflows/triage_closed_issue_comment.yml@develop
9
+ secrets: inherit
0 commit comments