You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.
PUT /projects/:id/labels/:label_id
from the doc https://docs.gitlab.com/ee/api/labels.html#edit-an-existing-label
For the UpdateLabel function https://github.com/xanzy/go-gitlab/blob/098437be4ce2607448e2dfa5aaa8509e4e2ac475/labels.go#L224C2-L224C61
u := fmt.Sprintf("projects/%s/labels", PathEscape(project))
The text was updated successfully, but these errors were encountered: