Files
roundcubemail/.github/workflows/bot-create-manual-reminder.yml
2024-11-25 13:51:13 +01:00

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