We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de5be10 commit 6f1e054Copy full SHA for 6f1e054
.github/workflows/issue_commented.yml
@@ -0,0 +1,8 @@
1
+on:
2
+ issue_comment:
3
+ types: [created]
4
+jobs:
5
+ issue_created:
6
+ uses: phrase/zendesk-integration/.github/workflows/issue_commented.yml@main
7
+ secrets:
8
+ ZENDESK_BASIC_AUTH: ${{ secrets.ZENDESK_BASIC_AUTH }}
.github/workflows/issue_created.yml
+ issues:
+ types: [opened]
+ uses: phrase/zendesk-integration/.github/workflows/issue_created.yml@main
0 commit comments