mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-06-20 03:49:08 +08:00
Create the app description file
This commit is contained in:
19
_apps/Deploy
Normal file
19
_apps/Deploy
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
# A human-friendly name of your listing
|
||||
title: Deploy
|
||||
# A short description of what your app does
|
||||
description: Triggers a deployment event on GitHub based on pull request labels.
|
||||
# The slug of your hosted app on GitHub (https://github.com/apps/YOUR-SLUG)
|
||||
slug: probot-deploy
|
||||
# Include a few screenshots that show your app in action
|
||||
screenshots:
|
||||
- https://user-images.githubusercontent.com/2787414/44789192-3f4c1a00-ab9c-11e8-9093-353dfbe1bc1e.gif
|
||||
# The GitHub usernames of anyone who authored the app
|
||||
authors: [ helaili ]
|
||||
# The repository where the code is located
|
||||
repository: helaili/probot-deploy
|
||||
# The address where this app is deployed
|
||||
host: https://probot-deploy-dotcom.now.sh
|
||||
---
|
||||
|
||||
This app uses GitHub's deployment API and triggers a deployment event when a matching label is applied to a Pull Request.
|
||||
Reference in New Issue
Block a user