diff --git a/.gitea/workflows/remind.yaml b/.gitea/workflows/remind.yaml new file mode 100644 index 0000000..de9fdc4 --- /dev/null +++ b/.gitea/workflows/remind.yaml @@ -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 \ No newline at end of file