Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/probot/reminders
set reminders on Issues and Pull Requests
https://github.com/probot/reminders
github-app probot
Last synced: 7 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-08T16:04:37.000Z (16 days ago)
- Last Synced: 2025-01-10T22:13:36.095Z (14 days ago)
- Topics: github-app, probot
- Language: JavaScript
- Homepage: https://github.com/apps/reminders
- Size: 9.05 MB
- Stars: 162
- Watchers: 4
- Forks: 24
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Probot: Reminders
[![Node.js CI](https://github.com/probot/reminders/actions/workflows/npm-test.js.yml/badge.svg)](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).