Skip to content

Commit

Permalink
notify GH about PR success/failure
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanFeldman committed Jan 17, 2017
1 parent 2a6ec51 commit c95df49
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,16 @@ artifacts:
- path: ServiceBusExplorer.zip # bin\$(configuration)\*.*
name: ServiceBusExplorer

#---------------------------------#
# GitHub PR notifications #
#---------------------------------#

notifications:
- provider: GitHubPullRequest
auth_token:
secure: SDw1gs4noXA0eUpBoBcbT2XNYwf0Bg7gHR/TpP2Y/gQS/QYST7toE0oRzoKV/2U6 # encrypted token from GitHub
template: "{{#passed}}:white_check_mark:{{/passed}}{{#failed}}:x:{{/failed}} [Build {{&projectName}} {{buildVersion}} {{status}}]({{buildUrl}}) (commit {{commitUrl}} by @{{&commitAuthorUsername}})"

#---------------------------------#
# deployment configuration #
#---------------------------------#
Expand Down

0 comments on commit c95df49

Please sign in to comment.