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.
/remind
command on the repository.# Install dependencies
npm install
# Run the bot
npm start
For more information, see the documentation for probot.