Skip to content

Commit

Permalink
Add slack EOD Bot workflow (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad authored Feb 27, 2024
1 parent 8cc1063 commit a0ea762
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/slack-eod-bot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Slack EOD Reminder Bot

on:
schedule:
- cron: "30 13 * * *" # 7:00pm IST
workflow_dispatch:

jobs:
run-slack-eod-reminder:
uses: coronasafe/leaderboard/.github/workflows/slack_eod_reminder.yaml@slack-eod-bot
if: github.ref == 'refs/heads/main'
permissions:
issues: read
pull-requests: read
secrets: inherit

0 comments on commit a0ea762

Please sign in to comment.