Skip to content

Link to the official documentation #70

Link to the official documentation

Link to the official documentation #70

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