Copilot commented on code in PR #11650:
URL: https://github.com/apache/cloudstack/pull/11650#discussion_r3764910765


##########
README.md:
##########
@@ -29,6 +29,11 @@
 [![Simulator 
CI](https://github.com/apache/cloudstack/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/apache/cloudstack/actions/workflows/ci.yml)
 [![UI 
Build](https://github.com/apache/cloudstack/actions/workflows/ui.yml/badge.svg?branch=main)](https://github.com/apache/cloudstack/actions/workflows/ui.yml)
 
+[![Good First 
Issues](https://img.shields.io/badge/good%20first%20issues-94D5DA)](https://github.com/apache/cloudstack/issues?q=is%3Aissue%20state%3Aopen%20label%3Agood-first-issue)

Review Comment:
   The Shields endpoint `.../badge/good%20first%20issues-94D5DA` treats 
`94D5DA` as the badge *message* (not the color), so the rendered badge will 
likely show "94D5DA" instead of an issue count/status. Use the dedicated GitHub 
issues-by-label badge endpoint and pass the color as a query parameter.
   
   This issue also appears on line 34 of the same file.



-- 
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]

Reply via email to