Fix: Add group badge name
Just discovered community forks. Had to switch due to minutes for shared runner running out. Duplicates: !1653 (closed)
-
Depends on go-gitlab PR: https://github.com/xanzy/go-gitlab/pull/1765
The name parameter was added in go-gitlab 0.89
Upstream API: https://docs.gitlab.com/ee/api/group_badges.html
Attribute | Type | Required | Description |
---|---|---|---|
id | integer/string | yes | The ID or URL-encoded path of the group owned by the authenticated user |
link_url | string | yes | URL of the badge link |
image_url | string | yes | URL of the badge image |
name | string | no | Name of the badge |
Edited by Pascal Roose