Skip to content

Commit

Permalink
MINOR: [CI][Dev] Fix crossbow badge url (apache#37946)
Browse files Browse the repository at this point in the history
Github has changed the badge url so all crossbow badges where showing up as grey.

Authored-by: Jacob Wujciak-Jens <jacob@wujciak.de>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
  • Loading branch information
assignUser authored and loicalleyne committed Nov 13, 2023
1 parent 1159afc commit 811dd41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/archery/archery/crossbow/reports.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}'
),
),
Expand Down

0 comments on commit 811dd41

Please sign in to comment.