From eab7e5b89908c263cc7ef141b70e3cd4759f7cb6 Mon Sep 17 00:00:00 2001 From: johnjbarton Date: Wed, 9 Oct 2019 16:52:02 -0700 Subject: [PATCH] chore(appveyor): Notification config. (#3375) This config runs through karmarunnerbot account and puts a comment on the PR. The older commit-blocking thing is still there. --- appveyor.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 7926d03a2..ad1356c06 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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}})" +