From 2273e7a85dba2092e44d978c6a32503989ead3fd Mon Sep 17 00:00:00 2001 From: Kieran Ryan Date: Tue, 24 Jun 2025 23:35:07 +0000 Subject: [PATCH] README.rst: Fix GitHub workflow badge to show status An issue linking to breaking changes within the 'shields' project for their GitHub badges (https://github.com/badges/shields/issues/8671) is currently shown rather than the workflow status. Updated to the official GitHub workflow badge rather than the latest 'shields' API to correctly display the status. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 41c113cab..7c910cde3 100644 --- a/README.rst +++ b/README.rst @@ -17,7 +17,7 @@ About .. image:: https://docs.buildstream.build/master/_static/release.svg :target: https://docs.buildstream.build/master/_static/release.html -.. image:: https://img.shields.io/github/workflow/status/apache/buildstream/Merge%20actions +.. image:: https://github.com/apache/buildstream/actions/workflows/merge.yml/badge.svg :alt: GitHub Workflow Status :target: https://github.com/apache/buildstream/actions/workflows/merge.yml