Skip to content

Commit

Permalink
Add notify_team_new_comment github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rparadowski committed Dec 18, 2024
1 parent f6520a3 commit 28cd426
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/notify_team_new_comment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Send a slack notification when a contributor comments on issue

on:
issue_comment:
types: [created]

jobs:
contributor_issue_comment:
uses: learningequality/.github/.github/workflows/notify_team_new_comment.yml@main
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

0 comments on commit 28cd426

Please sign in to comment.