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.
Usage
- Install the GitHub App
- 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.