Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 760 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 760 Bytes

Probot: Reminders

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 /reminders command on the repository.

Setup

# Install dependencies
npm install

# Run the bot
npm start

For more information, see the documentation for probot.