Skip to content

Create Reminder

Actions

About

Set a reminder when a comment is posted in an issue
v1.1.26
Latest
By agrc
Star (18)

Create a Reminder Action

Push Events

About

Based on the probot reminder bot that no longer works. Now in a 2 part github action form! One action to create the reminder metadata and label. And another to run on a schedule to let you know when your reminder is due.

This action requires the use of agrc/reminder-action as well.

Use the /remind slash command to set a reminder on any comment box on GitHub and you'll get a ping about it again when the reminder is due.

Use any form of /remind [who] [what] [when], such as:

  • /remind me to deploy on Oct 10
  • /remind me next Monday to review the requirements
  • /remind me that the specs on the rotary girder need checked in 6 months
  • /remind @<username> to fix this issue tomorrow

Sample Usage

name: 'create reminder'

permissions:
  issues: write
  pull-requests: write

on:
  issue_comment:
    types: [created, edited]

jobs:
  reminder:
    runs-on: ubuntu-latest

    steps:
      - name: 👀 check for reminder
        uses: agrc/create-reminder-action@v1

Create Reminder is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Set a reminder when a comment is posted in an issue
v1.1.26
Latest
By agrc

Create Reminder is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.