diff --git a/_apps/Deploy b/_apps/Deploy new file mode 100644 index 0000000..3e0c3e6 --- /dev/null +++ b/_apps/Deploy @@ -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.