Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.

screen shot 2017-09-15 at 6 48 56 pm

## 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).