Skip to content

Check if attachment is actually(!) referred to #224

Check if attachment is actually(!) referred to

Check if attachment is actually(!) referred to #224

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