Skip to content

Commit

Permalink
add reminder action
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0neerpat committed Jan 24, 2024
1 parent 1b9f854 commit 2412844
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/check-reminder.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: "check reminders"
on:
schedule:
- cron: "0 17 * * 1-5"
workflow_dispatch:
jobs:
reminder:
runs-on: ubuntu-latest
steps:
- name: check reminders and notify
uses: agrc/reminder-action@v1
pr-reviews-reminder:
runs-on: ubuntu-latest
steps:
- uses: davideviolante/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
webhook-url: ${{ secrets.DISCORD_REMINDER_WEBHOOK }} # Required
provider: "slack" # Required (slack or msteams)
github-provider-map: ${{ secrets.DISCORD_REMINDER_USERS }}

0 comments on commit 2412844

Please sign in to comment.