summaryrefslogtreecommitdiff
path: root/.github/workflows/reminders_create.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/reminders_create.yml')
-rw-r--r--.github/workflows/reminders_create.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/.github/workflows/reminders_create.yml b/.github/workflows/reminders_create.yml
new file mode 100644
index 0000000000..f92320bcc2
--- /dev/null
+++ b/.github/workflows/reminders_create.yml
@@ -0,0 +1,17 @@
+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