raulcd commented on code in PR #37946:
URL: https://github.com/apache/arrow/pull/37946#discussion_r1341121386
##########
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}'
Review Comment:
I am not entirely sure this will work as when I update this:
https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-635103f8ad-github-wheel-macos-mojave-cp312-amd64
to this:
https://github.com/ursacomputing/crossbow/workflows/crossbow.yml/badge.svg?branch=actions-635103f8ad-github-wheel-macos-mojave-cp312-amd64
it fails to load the badge.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]