diff options
| author | nessita <124304+nessita@users.noreply.github.com> | 2024-07-31 10:07:57 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-31 10:07:57 -0300 |
| commit | 8cf931dd2fde2561a615b96d5f709c15b672c4ba (patch) | |
| tree | d57d507b55184ce62edfc42e880c49672cc8e2c0 /.github | |
| parent | 30a60e84923c18f3b2c725f7a31e521a833b8057 (diff) | |
Removed GitHub Actions for creating and checking reminders.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/reminders_check.yml | 17 | ||||
| -rw-r--r-- | .github/workflows/reminders_create.yml | 17 |
2 files changed, 0 insertions, 34 deletions
diff --git a/.github/workflows/reminders_check.yml b/.github/workflows/reminders_check.yml deleted file mode 100644 index 6b5ef92367..0000000000 --- a/.github/workflows/reminders_check.yml +++ /dev/null @@ -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 diff --git a/.github/workflows/reminders_create.yml b/.github/workflows/reminders_create.yml deleted file mode 100644 index 97059e507b..0000000000 --- a/.github/workflows/reminders_create.yml +++ /dev/null @@ -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 |
