Skip to content

Scheduled

Scheduled #1922

Workflow file for this run

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