Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates #77

Merged
merged 4 commits into from
Nov 14, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add a status badge to the readme
  • Loading branch information
GrantBirki committed Nov 14, 2023
commit 1483da87c4291e31063c83db044c9c38e537b8d5
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# 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.
Expand All @@ -13,12 +15,12 @@ Use the `/remind` slash command to set a reminder on any comment box on GitHub a

## Setup

```
```bash
# Install dependencies
npm install

# Run the bot
npm start
```

For more information, see the [documentation for probot](https://github.com/probot/probot).
For more information, see the [documentation for probot](https://github.com/probot/probot).