Skip to content

What exactly is supposed to happen?! #111

What exactly is supposed to happen?!

What exactly is supposed to happen?! #111

Workflow file for this run

name: Issue Comment Events
on:
issue_comment:
types: [created, edited]
jobs:
reminder:
name: Check for reminder
runs-on: ubuntu-latest
steps:
- name: 🔍 Check for reminder
uses: agrc/create-reminder-action@v1