Skip to content

probot/reminders

Repository files navigation

Probot: Reminders

Node.js CI

a GitHub App built with Probot that adds reminders to Issues and Pull Requests.

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.

screen shot 2017-09-15 at 6 48 56 pm

Usage

  1. Install the GitHub App
  2. Start using the /remind command on the repository.

Setup

# Install dependencies
npm install

# Run the bot
npm start

For more information, see the documentation for probot.