Skip to content

Commit

Permalink
Just for @rouk1
Browse files Browse the repository at this point in the history
  • Loading branch information
thomass-dev committed Oct 15, 2024
1 parent 3fa122a commit 75a151e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/bot.yml
Original file line number Diff line number Diff line change
@@ -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!**

0 comments on commit 75a151e

Please sign in to comment.