Skip to content

Enable uninstalling requests #68

Enable uninstalling requests

Enable uninstalling requests #68

Workflow file for this run

name: 'Create Issue Reminder'
permissions:
issues: write
on:
issue_comment:
types: [created, edited]
jobs:
reminder:
runs-on: ubuntu-latest
steps:
- name: check for reminder
uses: agrc/create-reminder-action@v1