From 462a7795ec86506bac53c50dc5d32fb8ba4a2f51 Mon Sep 17 00:00:00 2001 From: Rishi Bhardwaj Date: Sat, 20 Jun 2026 21:33:11 +0530 Subject: [PATCH 1/2] Create discord.yml --- .github/workflows/discord.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/discord.yml 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 From 61d574a716cf2899ab2a4779b5a951e8dddc6fbc Mon Sep 17 00:00:00 2001 From: Rishi Bhardwaj Date: Sat, 20 Jun 2026 21:50:48 +0530 Subject: [PATCH 2/2] Update discord.yml