[前][次][番号順一覧][スレッド一覧]

ruby-changes:57162

From: Takashi <ko1@a...>
Date: Mon, 19 Aug 2019 09:47:45 +0900 (JST)
Subject: [ruby-changes:57162] Takashi Kokubun: 4c13368972 (master): Make AppVeyor notification colors consistent

https://git.ruby-lang.org/ruby.git/commit/?id=4c13368972

From 4c13368972366507b741be60602f314b85861f52 Mon Sep 17 00:00:00 2001
From: Takashi Kokubun <takashikkbn@g...>
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.

diff --git a/appveyor.yml b/appveyor.yml
index f734733..e64a2c6 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -135,7 +135,7 @@ notifications: https://github.com/ruby/ruby/blob/trunk/appveyor.yml#L135
               "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: https://github.com/ruby/ruby/blob/trunk/appveyor.yml#L157
               "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 v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]