From 75a151e4f2e33a6880fb7199de8268f26aa43729 Mon Sep 17 00:00:00 2001 From: Thomas S Date: Tue, 15 Oct 2024 10:45:28 +0200 Subject: [PATCH] Just for @rouk1 --- .github/workflows/bot.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/bot.yml diff --git a/.github/workflows/bot.yml b/.github/workflows/bot.yml new file mode 100644 index 00000000..e5e915a3 --- /dev/null +++ b/.github/workflows/bot.yml @@ -0,0 +1,22 @@ +name: bot + +on: [push] + +jobs: + notify: + runs-on: ubuntu-latest + steps: + - name: Notifying via Slack + uses: jakobo/slack-rich-notify@v2.0.1 + with: + dry-run: true + token: ${{ secrets.SLACK_BOT_TOKEN }} + channel: "product-releases" + message: | + \#\# TITLE + + My list: + * A + * B + + **Something Got Pushed!**