Skip to content

Commit

Permalink
chore(appveyor): Notification config. (#3375)
Browse files Browse the repository at this point in the history
This config runs through karmarunnerbot account and puts a comment on the PR. 
The older commit-blocking thing is still there.
  • Loading branch information
johnjbarton committed Oct 9, 2019
1 parent 6235e68 commit eab7e5b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions appveyor.yml
Expand Up @@ -26,3 +26,10 @@ test_script:
- npm run appveyor

build: off

notifications:
- provider: GitHubPullRequest
auth_token:
secure: EsLCrNVrISCIxbBSTorZ5uxFQf/zRaLNznqYPWQ0LBEl2KG2IgCFRnjiNKpTfTDs
template: "{{#passed}}:white_check_mark:{{/passed}}{{#failed}}:x:{{/failed}} [Build {{&projectName}} {{buildVersion}} {{status}}]({{buildUrl}}) (commit {{commitUrl}} by @{{&commitAuthorUsername}})"

0 comments on commit eab7e5b

Please sign in to comment.