From b962f0b40a520328d6327fb2fd3e02b3cc2b05bb Mon Sep 17 00:00:00 2001 From: jusx Date: Tue, 24 Apr 2018 23:31:45 -0700 Subject: [PATCH] fix hostname. should not have slash at the end. link test is failing because of it --- _apps/mergeable.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/_apps/mergeable.md b/_apps/mergeable.md index e34485a..38528f6 100644 --- a/_apps/mergeable.md +++ b/_apps/mergeable.md @@ -1,19 +1,15 @@ --- -# A human-friendly name of your listing title: Mergeable -# A short description of what your app does description: Prevent merging of Pull Requests based on configurations. -# The slug of your hosted app on GitHub (https://github.com/apps/YOUR-SLUG) slug: mergeable -# Include a few screenshots that show your app in action screenshots: - https://raw.githubusercontent.com/jusx/mergeable/5d9c9cab357b12b84af62044ac46648d9fca84c4/screenshot.gif -# The GitHub usernames of anyone who authored the app -authors: [jusx] -# The repository where the code is located +authors: +- jusx repository: jusx/mergeable -# The address where this app is deployed -host: http://mergeable-bot.herokuapp.com/ +host: https://mergeable-bot.herokuapp.com +stars: 1 +updated: 2018-04-24 10:51:03 UTC --- A GitHub App that prevents merging of Pull Requests based on [configurations](https://github.com/jusx/mergeable#configuration). Make your Pull Requests mergeable only when: