GitLab · Arazzo Workflow
GitLab Rotate a Project Badge by Name
Version 1.0.0
Find an existing project badge by name and update its link and image.
Provider
Workflows
rotate-project-badge
Update an existing project badge's URLs, matched by name.
Lists project badges by name, and when a match is found updates that badge's link and image URLs in place.
1
findBadge
getApiV4ProjectsIdBadges
List badges filtered by name to locate the badge to rotate.
2
updateBadge
putApiV4ProjectsIdBadgesBadgeId
Update the matched badge with the new link and image URLs.