Skip to content

look for past due reminders and notify #1359

look for past due reminders and notify

look for past due reminders and notify #1359

Workflow file for this run

name: "look for past due reminders and notify"
on:
schedule:
- cron: "0 9-17/2 * * 1-5"
workflow_dispatch:
permissions:
issues: write
jobs:
reminder:
runs-on: ubuntu-latest
steps:
- name: check reminders and notify
uses: agrc/reminder-action@v1