From 4c13368972366507b741be60602f314b85861f52 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Mon, 19 Aug 2019 09:46:55 +0900 Subject: Make AppVeyor notification colors consistent It was using the same one as original AppVeyor's notification, but it's just inconsistent with others like Travis and GitHub Actions. --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index f7347338dd..e64a2c67cf 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -135,7 +135,7 @@ notifications: "title_link": "{{buildUrl}}", "fallback": "AppVeyor Build {{projectName}} {{buildVersion}} {{status}}", "text": "Commit <{{commitUrl}}|{{commitId}}> by {{commitAuthor}} on {{commitDate}}: _{{commitMessage}}_", - "color": "{{#passed}}#44ee44{{/passed}}{{#failed}}#ee4444{{/failed}}" + "color": "{{#passed}}good{{/passed}}{{#failed}}danger{{/failed}}" } ], "channel": "#alerts" @@ -157,7 +157,7 @@ notifications: "title_link": "{{buildUrl}}", "fallback": "AppVeyor Build {{projectName}} {{buildVersion}} {{status}}", "text": "Commit <{{commitUrl}}|{{commitId}}> by {{commitAuthor}} on {{commitDate}}: _{{commitMessage}}_", - "color": "{{#passed}}#44ee44{{/passed}}{{#failed}}#ee4444{{/failed}}" + "color": "{{#passed}}good{{/passed}}{{#failed}}danger{{/failed}}" } ], "channel": "#commits" -- cgit v1.2.3