<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000;text-align: left" dir="ltr">
Fixed and backported to 6.0.
<div><br>
</div>
<div>Best,</div>
<div>Marcel</div>
<div class="mb_sig"></div>
<blockquote class="history_container" type="cite" style="border-left-style:solid;border-width:1px; margin-top:20px; margin-left:0px;padding-left:10px;">
<p style="color: #AAAAAA; margin-top: 10px;">Am 20.12.2022 09:20:07 schrieb Marcel Taeumel <marcel.taeumel@hpi.de>:</p>
<div style="font-family:Arial,Helvetica,sans-serif">
<div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000;text-align: left" dir="ltr">
<div>Hi Christoph --</div>
<div><br>
</div>
<div><br>
</div>
Something is wrong with this change ... why do you hardcode "trunk" here instead of using #ciBranch? This looks wrong...
<div><br>
</div>
<div>Please fix.</div>
<div>
<div><br>
</div>
<div>Best,</div>
<div>Marcel</div>
</div>
<div class="mb_sig"></div>
<blockquote class="history_container" type="cite" style="border-left-style: solid;border-width: 1px;margin-top: 20px;margin-left: 0px;padding-left: 10px;min-width: 500px">
<p style="color: #AAAAAA; margin-top: 10px;">Am 19.12.2022 15:42:58 schrieb Eliot Miranda <eliot.miranda@gmail.com>:</p>
<div style="font-family:Arial,Helvetica,sans-serif">
<div dir="ltr"><br>
</div>
<div dir="ltr"><br>
<blockquote type="cite" style="min-width: 500px">On Dec 18, 2022, at 11:19 AM, Thiede, Christoph <Christoph.Thiede@student.hpi.uni-potsdam.de> wrote:<br>
<br>
</blockquote>
</div>
<blockquote type="cite" style="min-width: 500px">
<div dir="ltr"><!-- converted from text -->
<div dir="ltr">
<div id="x_divtagdefaultwrapper" dir="ltr" style="font-size: 12pt;color: #000000;font-family: Calibri,Helvetica,sans-serif">
<p>Hi,</p>
<p><br>
</p>
<p>should we backport this to Squeak 6.0?</p>
</div>
</div>
</div>
</blockquote>
<div><br>
</div>
+1<br>
<blockquote type="cite" style="min-width: 500px">
<div dir="ltr">
<div dir="ltr">
<div id="x_divtagdefaultwrapper" dir="ltr" style="font-size: 12pt;color: #000000;font-family: Calibri,Helvetica,sans-serif">
<p><br>
</p>
<p>Best,</p>
<p>Christoph</p>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr"><span style="font-family: Calibri, sans-serif;color: #000000"><b>Von:</b> Squeak-dev <squeak-dev-bounces@lists.squeakfoundation.org> im Auftrag von commits@source.squeak.org <commits@source.squeak.org><br>
<b>Gesendet:</b> Sonntag, 18. Dezember 2022 20:19:23<br>
<b>An:</b> squeak-dev@lists.squeakfoundation.org; packages@lists.squeakfoundation.org<br>
<b>Betreff:</b> [squeak-dev] The Trunk: System-ct.1377.mcz</span>
<div> </div>
</div>
</div>
<span style="font-size: 10pt"><span style="font-size: 10pt">
<div class="PlainText">Christoph Thiede uploaded a new version of System to project The Trunk:<br>
<a href="http://source.squeak.org/trunk/System-ct.1377.mcz">http://source.squeak.org/trunk/System-ct.1377.mcz</a><br>
<br>
==================== Summary ====================<br>
<br>
Name: System-ct.1377<br>
Author: ct<br>
Time: 18 December 2022, 8:19:19.152987 pm<br>
UUID: 74200562-3e0e-6d49-a67d-98c0682a5677<br>
Ancestors: System-eem.1376<br>
<br>
Repairs CI status badge in update version message. Complements <a href="https://github.com/badges/shields/issues/8671">
https://github.com/badges/shields/issues/8671</a>.<br>
<br>
=============== Diff against System-eem.1376 ===============<br>
<br>
Item was changed:<br>
  ----- Method: SystemVersion>>ciStatusBadgeUrl (in category 'continuous integration') -----<br>
  ciStatusBadgeUrl<br>
         "shields.io needs a workflow's descriptive name, not the name of the .yml file."<br>
         <br>
+        ^ '<a href="https://raster.shields.io/github/actions/workflow/status/squeak-smalltalk/squeak-app/bundle.yml?branch=squeak-trunk&style=flat&logo=github&label=">https://raster.shields.io/github/actions/workflow/status/squeak-smalltalk/squeak-app/bundle.yml?branch=squeak-trunk&style=flat&logo=github&label=</a>'<br>
-        ^ '<a href="https://raster.shields.io/github/workflow/status/squeak-smalltalk/squeak-app/{1}/{2}?style=flat&logo=github&label=">https://raster.shields.io/github/workflow/status/squeak-smalltalk/squeak-app/{1}/{2}?style=flat&logo=github&label=</a>'<br>
                 format: {self ciWorkflowName encodeForHTTP. self ciBranch}!<br>
<br>
Item was changed:<br>
  ----- Method: SystemVersion>>ciWorkflowName (in category 'continuous integration') -----<br>
  ciWorkflowName<br>
+        "Name of the workflow .yml file in .github/workflows. Case sensitive."<br>
-        "See 'name' in #ciWorkflow .yml file. Case sensitive."<br>
         <br>
+        ^ 'bundle.yml'!<br>
-        ^ 'Bundle'!<br>
<br>
<br>
</div>
</span></span><span></span><br>
</div>
</blockquote>
</div>
</blockquote>
</div>
</div>
</blockquote>
</div>
</body>
</html>