Skip to content

Commit

Permalink
Test notify_team_new_comment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rparadowski committed Nov 19, 2024
1 parent 88fbbdf commit 8d49714
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: rparadowski/.github/.github/workflows/notify_team_new_comment.yml@12567_issue
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

0 comments on commit 8d49714

Please sign in to comment.