Skip to content

Check Reminders

Check Reminders #10571

Workflow file for this run

name: 'Check Reminders'
on:
schedule:
- cron: '10 * * * *'
workflow_dispatch:
permissions:
issues: write
jobs:
reminder:
runs-on: ubuntu-latest
steps:
- name: check reminders and notify
uses: agrc/reminder-action@v1