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.
2 parents 9b8f544 + ef828d4 commit b934a8dCopy full SHA for b934a8d
.github/workflows/call-contributor-issue-comment.yml
@@ -0,0 +1,14 @@
1
+name: Handle contributor comment on GitHub issue
2
+
3
+on:
4
+ issue_comment:
5
+ types: [created]
6
7
+jobs:
8
+ call-workflow:
9
+ uses: learningequality/.github/.github/workflows/contributor-issue-comment.yml@main
10
+ secrets:
11
+ LE_BOT_APP_ID: ${{ secrets.LE_BOT_APP_ID }}
12
+ LE_BOT_PRIVATE_KEY: ${{ secrets.LE_BOT_PRIVATE_KEY }}
13
+ SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
14
+ SLACK_COMMUNITY_NOTIFICATIONS_WEBHOOK_URL: ${{ secrets.SLACK_COMMUNITY_NOTIFICATIONS_WEBHOOK_URL }}
.github/workflows/notify_team_new_comment.yml
0 commit comments