mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-13 19:46:49 +01:00
19 lines
337 B
YAML
19 lines
337 B
YAML
name: 'Create reminder from comment'
|
|
|
|
permissions:
|
|
issues: write
|
|
pull-requests: write
|
|
|
|
on:
|
|
issue_comment:
|
|
types: [created, edited]
|
|
|
|
jobs:
|
|
reminder:
|
|
if: github.repository == 'roundcube/roundcubemail'
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- name: 👀 check for reminder
|
|
uses: agrc/create-reminder-action@v1
|