Compare commits

..

No commits in common. "28ddbf343c5b09da7d6624a5b70efc2cde8f6536" and "1f7aa52189ed25aae8faf7e73814db439bb1c2d3" have entirely different histories.

@ -0,0 +1,18 @@
name: 'check reminders'
on:
push:
schedule:
- cron: '*/20 * * * *'
permissions:
issues: write
pull-requests: write
jobs:
reminder:
runs-on: ubuntu-latest
steps:
- name: check reminders and notify
uses: agrc/reminder-action@v1