mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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.
This commit is contained in:
parent
d106f08291
commit
4c13368972
1 changed files with 2 additions and 2 deletions
|
@ -135,7 +135,7 @@ notifications:
|
||||||
"title_link": "{{buildUrl}}",
|
"title_link": "{{buildUrl}}",
|
||||||
"fallback": "AppVeyor Build {{projectName}} {{buildVersion}} {{status}}",
|
"fallback": "AppVeyor Build {{projectName}} {{buildVersion}} {{status}}",
|
||||||
"text": "Commit <{{commitUrl}}|{{commitId}}> by {{commitAuthor}} on {{commitDate}}: _{{commitMessage}}_",
|
"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"
|
"channel": "#alerts"
|
||||||
|
@ -157,7 +157,7 @@ notifications:
|
||||||
"title_link": "{{buildUrl}}",
|
"title_link": "{{buildUrl}}",
|
||||||
"fallback": "AppVeyor Build {{projectName}} {{buildVersion}} {{status}}",
|
"fallback": "AppVeyor Build {{projectName}} {{buildVersion}} {{status}}",
|
||||||
"text": "Commit <{{commitUrl}}|{{commitId}}> by {{commitAuthor}} on {{commitDate}}: _{{commitMessage}}_",
|
"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"
|
"channel": "#commits"
|
||||||
|
|
Loading…
Reference in a new issue