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