Browse Source

Removed GitHub Actions for creating and checking reminders.

nessita 7 months ago
parent
commit
8cf931dd2f
2 changed files with 0 additions and 34 deletions
  1. 0 17
      .github/workflows/reminders_check.yml
  2. 0 17
      .github/workflows/reminders_create.yml

+ 0 - 17
.github/workflows/reminders_check.yml

@@ -1,17 +0,0 @@
-name: Check reminders
-
-on:
-  schedule:
-    - cron: '0 * * * *'  # At the start of every hour
-  workflow_dispatch:
-
-permissions:
-  contents: read
-  pull-requests: write
-
-jobs:
-  reminders:
-    runs-on: ubuntu-latest
-    steps:
-      - name: Check reminders and notify users
-        uses: agrc/reminder-action@e59091b4e9705a6108120cb50823108df35b5392

+ 0 - 17
.github/workflows/reminders_create.yml

@@ -1,17 +0,0 @@
-name: Create reminders
-
-on:
-  issue_comment:
-    types: [created, edited]
-  workflow_dispatch:
-
-permissions:
-  contents: read
-  pull-requests: write
-
-jobs:
-  reminders:
-    runs-on: ubuntu-latest
-    steps:
-      - name: Check comments and create reminders
-        uses: agrc/create-reminder-action@922893a5705067719c4c4751843962f56aabf5eb