[go: up one dir, main page]

Skip to content

Support custom badges

What does this MR do and why?

This MR introduces custom badges. In current implementation you can change key_text but not value_text, color, etc.

https://gitlab.com/gitlab-org/gitlab/badges/main/custom.svg?key_text=Hello&value_text=World

this way you could create a latest tag badge, which is currently not possible

https://example.gitlab.com/%{project_path}/-/badges/custom.svg?key_text=Latest+Tag&value_text=%{latest_tag}

that might look like this: latest tag

References

Edited by Tomas Barton

Merge request reports

Loading