Delete .gitea/workflows/remind.yaml
All checks were successful
renovate / renovate (push) Successful in 2m47s

This commit is contained in:
Jan Gleytenhoover 2024-08-17 09:53:42 +00:00
parent 1f7aa52189
commit 6df0978332

@ -1,18 +0,0 @@
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