https://github.com/probot/reminders
set reminders on Issues and Pull Requests
https://github.com/probot/reminders
github-app probot
Last synced: 18 days ago
JSON representation
set reminders on Issues and Pull Requests
- Host: GitHub
- URL: https://github.com/probot/reminders
- Owner: probot
- License: isc
- Created: 2017-07-21T18:40:35.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-03-13T13:58:19.000Z (about 1 month ago)
- Last Synced: 2025-03-28T11:08:46.458Z (25 days ago)
- Topics: github-app, probot
- Language: JavaScript
- Homepage: https://github.com/apps/reminders
- Size: 4.53 MB
- Stars: 162
- Watchers: 3
- Forks: 24
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Probot: Reminders
[](https://github.com/probot/reminders/actions/workflows/npm-test.js.yml)
> a GitHub App built with [Probot](https://github.com/probot/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
1. **[Install the GitHub App](https://github.com/apps/reminders)**
2. Start using the `/remind` command on the repository.## Setup
```bash
# Install dependencies
npm install# Run the bot
npm start
```For more information, see the [documentation for probot](https://github.com/probot/probot).