mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-06-16 11:50:16 +08:00
fix hostname. should not have slash at the end. link test is failing because of it
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user