Process reminders #43850
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Process reminders' | |
on: | |
schedule: | |
- cron: '*/15 * * * *' | |
workflow_dispatch: | |
permissions: | |
contents: read | |
jobs: | |
reminder: | |
permissions: | |
issues: write # for agrc/reminder-action to set reminders on issues | |
pull-requests: write # for agrc/reminder-action to set reminders on PRs | |
runs-on: ubuntu-latest | |
steps: | |
- name: check reminders and notify | |
uses: agrc/reminder-action@b5cc06580b6a711baddf6a947131f85a422fa263 # v1.0.14 |