mirror of
https://github.com/django/django.git
synced 2024-12-22 09:05:43 +00:00
Removed GitHub Actions for creating and checking reminders.
This commit is contained in:
parent
30a60e8492
commit
8cf931dd2f
17
.github/workflows/reminders_check.yml
vendored
17
.github/workflows/reminders_check.yml
vendored
@ -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
|
17
.github/workflows/reminders_create.yml
vendored
17
.github/workflows/reminders_create.yml
vendored
@ -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
|
Loading…
Reference in New Issue
Block a user