summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-08-23 23:19:23 +0200
committerGitHub <noreply@github.com>2020-08-23 23:19:23 +0200
commitae7d79b8b10779ea8018e5c6ff3da6e3ee6498ea (patch)
tree4edf6c1b309f54ee3c696a6a5b6415e40f4633b6
parentd19dca9c397aa66d6e47369ab079c645217e2ec6 (diff)
parentc81584ba500779188e045a54c4f7801d5bd04833 (diff)
Merge pull request #3041 from Be-ing/appveyor_no_pr_notifications
AppVeyor: do not post Zulip notifications for PR builds
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 4304c620ef..2a91bf29a0 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -319,4 +319,4 @@ notifications:
Authorization:
secure: 95cbVBcC4rogjE5VNdhuYm8cnjPF8+7SeQXySqcxAqrFZxK+/Kcn3Q2hRb2iZfUEKZ+EdCYwx7EbpZdSiZc5goAuJT+/QXXT/Ls+fzc+eSy4Sz1Ic5t2BjLhmYZLdnBL3uIVceNSb8GzYPQx0+xy7g==
on_build_status_changed: true
- body: "type=stream&to=appveyor&subject={{^isPullRequest}}{{branch}}{{/isPullRequest}}{{#isPullRequest}}Pull Request #{{pullRequestId}}{{/isPullRequest}}&content={{#failed}}:cross_mark:{{/failed}}{{#passed}}:check_mark:{{/passed}} {{status}} {{buildUrl}}\n{{commitId}} {{commitAuthor}}\n{{commitMessage}}\n{{commitMessageExtended}}"
+ body: "type=stream&to=appveyor&subject={{^isPullRequest}}{{branch}}&content={{#failed}}:cross_mark:{{/failed}}{{#passed}}:check_mark:{{/passed}} {{status}} {{buildUrl}}\n{{commitId}} {{commitAuthor}}\n{{commitMessage}}\n{{commitMessageExtended}}{{/isPullRequest}}"