diff --git a/.github/workflows/discord.yml b/.github/workflows/discord.yml new file mode 100644 index 0000000..45e721c --- /dev/null +++ b/.github/workflows/discord.yml @@ -0,0 +1,16 @@ +name: Discord Notifications + +on: + issues: + types: [opened, closed, reopened] + + pull_request: + types: [opened, closed, reopened] + + release: + types: [published] + +jobs: + notify: + uses: Demon-Die/.github/.github/workflows/discord-notifications.yml@main + secrets: inherit