summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorSebastien BLAISOT <sebastien@blaisot.org>2018-01-02 19:06:49 +0100
committerSebastien BLAISOT <sebastien@blaisot.org>2018-01-02 19:06:49 +0100
commit9673b56a874edbf0e08760804144546f5269a911 (patch)
treeed58280f716c93b6934010895a1e1ad60d153af8 /appveyor.yml
parent6ca03527bff77735f2e6518e7e6b23baca487289 (diff)
add pull request number on appveyor zulip notification
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index bb172ad855..99d13e80ce 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -87,4 +87,4 @@ notifications:
on_build_success: true
on_build_failure: true
on_build_status_changed: true
- body: "type=stream&to=appveyor&subject={{projectName}} Build {{buildVersion}} {{status}}&content=Build {{buildVersion}} {{status}}{{#failed}} :x:{{/failed}}{{#passed}} :y:{{/passed}} {{buildUrl}}"
+ body: "type=stream&to=appveyor&subject={{projectName}} Build {{buildVersion}} {{status}}&content=Build {{buildVersion}} {{status}}{{#isPullRequest}} (PR #{{pullRequestId}}) {{/isPullRequest}}{{#failed}} :x:{{/failed}}{{#passed}} :y:{{/passed}} {{buildUrl}}"