Skip to content

Commit

Permalink
added test for discussions
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Jul 19, 2024
1 parent e201db7 commit 11c2c2f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/sync-notification.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Notify of Weekly Sync
on:
discussion:
types:
- created

jobs:
sendMatrixMessage:
runs-on: ubuntu-latest
steps:
- name: Inform of discussion
run: echo "## New discussion [${{ github.event.discussion.title }}](${{ github.event.discussion.html_url }})"

0 comments on commit 11c2c2f

Please sign in to comment.