From 8b27cc53ecec9b8b039f714b05074e7f5e5c9744 Mon Sep 17 00:00:00 2001 From: Raul Riera Date: Sat, 14 Apr 2018 12:25:21 -0400 Subject: [PATCH] Updated listing information --- _apps/minimum-reviews.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/_apps/minimum-reviews.md b/_apps/minimum-reviews.md index 2e6183d..af18a47 100644 --- a/_apps/minimum-reviews.md +++ b/_apps/minimum-reviews.md @@ -4,7 +4,7 @@ title: Minimum reviews # A short description of what your app does description: Enforce a minimum number of reviews on Pull Requests # The slug of your hosted app on GitHub (https://github.com/apps/YOUR-SLUG) -slug: n/a +slug: minimum-reviews # Include a few screenshots that show your app in action screenshots: - https://user-images.githubusercontent.com/24159/38566574-0015d8b6-3cb2-11e8-872f-e9495192581e.png @@ -18,8 +18,6 @@ host: https://horn-produce.glitch.me/ # Probot: Minimum Reviews -> a GitHub App built with [Probot](https://github.com/probot/probot) that enforces a minimum number of reviews in Pull Requests. - ![Screenshot](https://user-images.githubusercontent.com/24159/38566574-0015d8b6-3cb2-11e8-872f-e9495192581e.png) ## Usage @@ -47,7 +45,3 @@ notReadyMessage: 'Pending review approvals' # 'failure, error, and pending' are the suggested options notReadyState: 'pending' ``` - -## Deployment - -See [docs/deploy.md](docs/deploy.md) if you would like to run your own instance of this app.