Skip to content

Notify manually requested reminders #96

Notify manually requested reminders

Notify manually requested reminders #96

name: 'Notify manually requested reminders'
on:
schedule:
- cron: '0 * * * *'
permissions:
issues: write
pull-requests: write
jobs:
reminder:
runs-on: ubuntu-latest
steps:
- name: check reminders and notify
uses: agrc/reminder-action@v1