From 811dd419ddaa8e1c841f3a4b12f9d3f393054a46 Mon Sep 17 00:00:00 2001 From: Jacob Wujciak-Jens Date: Fri, 29 Sep 2023 11:20:59 +0200 Subject: [PATCH] MINOR: [CI][Dev] Fix crossbow badge url (#37946) Github has changed the badge url so all crossbow badges where showing up as grey. Authored-by: Jacob Wujciak-Jens Signed-off-by: Sutou Kouhei --- dev/archery/archery/crossbow/reports.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/archery/archery/crossbow/reports.py b/dev/archery/archery/crossbow/reports.py index 1cf19841c6939..ea10e75ad3478 100644 --- a/dev/archery/archery/crossbow/reports.py +++ b/dev/archery/archery/crossbow/reports.py @@ -284,7 +284,7 @@ class CommentReport(Report): 'github': _markdown_badge.format( title='Github Actions', badge=( - 'https://github.com/{repo}/workflows/Crossbow/' + 'https://github.com/{repo}/actions/workflows/crossbow.yml/' 'badge.svg?branch={branch}' ), ),