This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-dist-tool.git


The following commit(s) were added to refs/heads/master by this push:
     new 35ca996  use GitHub branch status badge
35ca996 is described below

commit 35ca996383fbc3eab9b0257faf5f4838e5494ec0
Author: HervĂ© Boutemy <[email protected]>
AuthorDate: Tue Nov 11 16:04:34 2025 +0100

    use GitHub branch status badge
---
 .../org/apache/maven/dist/tools/jobs/master/ListMasterJobsReport.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/src/main/java/org/apache/maven/dist/tools/jobs/master/ListMasterJobsReport.java
 
b/src/main/java/org/apache/maven/dist/tools/jobs/master/ListMasterJobsReport.java
index c138d20..c53cc30 100644
--- 
a/src/main/java/org/apache/maven/dist/tools/jobs/master/ListMasterJobsReport.java
+++ 
b/src/main/java/org/apache/maven/dist/tools/jobs/master/ListMasterJobsReport.java
@@ -168,9 +168,9 @@ public class ListMasterJobsReport extends 
AbstractJobsReport {
         sink.link(r.getBuildUrl());
         sink.rawText(r.getRepositoryName());
         sink.link_();
-        sink.text(" (see also ");
+        sink.text(" (see also GH ");
         sink.link("https://github.com/apache/"; + r.getRepositoryName());
-        sink.rawText("GH master");
+        
sink.figureGraphics("https://img.shields.io/github/checks-status/apache/"; + 
r.getRepositoryName() + "/master");
         sink.link_();
         sink.text(")");
         sink.listItem_();

Reply via email to