Skip to content

Commit

Permalink
add a status badge to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBirki committed Nov 14, 2023
1 parent 14af61a commit 1483da8
Showing 1 changed file with 4 additions and 2 deletions.
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).

0 comments on commit 1483da8

Please sign in to comment.