This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new c703b87441 MINOR: [CI][Dev] Fix crossbow badge url (#37946)
c703b87441 is described below
commit c703b874417d1165b8afc0a42265d5513d5786d7
Author: Jacob Wujciak-Jens <[email protected]>
AuthorDate: Fri Sep 29 11:20:59 2023 +0200
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 <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
---
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 1cf19841c6..ea10e75ad3 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}'
),
),