Skip to content

Commit

Permalink
Merge pull request #151 from rparadowski/add_notify_team_new_comment_…
Browse files Browse the repository at this point in the history
…workflow

Add notify_team_new_comment github workflow
  • Loading branch information
rtibbles authored Jan 16, 2025
2 parents f6520a3 + 28cd426 commit 97cb078
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 97cb078

Please sign in to comment.