Skip to content

Commit

Permalink
Create check_reminders.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JessyBarrette authored Apr 5, 2024
1 parent 127e1cb commit ea3df58
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/check_reminders.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: 'check reminders'

on:
schedule:
- cron: '0 * * * *'

permissions:
issues: write

jobs:
reminder:
runs-on: ubuntu-latest

steps:
- name: check reminders and notify
uses: agrc/reminder-action@v1

0 comments on commit ea3df58

Please sign in to comment.