mirror of
https://github.com/django/django.git
synced 2024-12-25 02:26:12 +00:00
18 lines
302 B
YAML
18 lines
302 B
YAML
|
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@v1
|