From 4d83c8c612b705b1a03b66023fe5a6e7f5116db0 Mon Sep 17 00:00:00 2001 From: Jim Shield Date: Thu, 1 May 2025 00:19:02 +0100 Subject: [PATCH] add gitbot yml --- .github/notify-discord.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/notify-discord.yml diff --git a/.github/notify-discord.yml b/.github/notify-discord.yml new file mode 100644 index 0000000..2efce24 --- /dev/null +++ b/.github/notify-discord.yml @@ -0,0 +1,17 @@ +name: Discord Commit Notifier + +on: + push: + branches: + - '*' # triggers on all branches + +jobs: + notify: + runs-on: ubuntu-latest + steps: + - name: Discord Commits + uses: Sniddl/discord-commits@v1.6 + with: + webhook: ${{ secrets.DISCORD_WEBHOOK }} + template: "avatar-with-link" + include-extras: true \ No newline at end of file