mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-06-16 19:51:45 +08:00
20 lines
814 B
Plaintext
20 lines
814 B
Plaintext
---
|
|
# 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.
|