Skip to content

Commit

Permalink
Ci/notification workflow (#4)
Browse files Browse the repository at this point in the history
* ci: add workflow

* chore: change webhook secret name
  • Loading branch information
tnotheis authored Dec 15, 2021
1 parent b4931c1 commit 8e3a6b2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/new_issue_or_discussion.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Notify about new issue or discussion

on:
issues:
types: [opened]
discussion:
types: [created]
jobs:
send_notification:
runs-on: ubuntu-latest
steps:
- uses: nmshd/github-notify-action@v1
with:
webhook_url: ${{ secrets.MS_TEAMS_WEBHOOK_CONTRIBUTION }}

0 comments on commit 8e3a6b2

Please sign in to comment.