feat(labels): add missing params and edit links
What does this MR do and why?
This MR updates the Go SDK to fully support missing label parameters documented in the GitLab API.
Specifically, it enhances the following options to match the API:
- Adds the
archivedfield toCreateLabelOptionsto allow creating archived labels when thelabels_archivefeature flag is enabled. - Adds the
archivedfield toUpdateLabelOptionsso labels can be archived or unarchived.
These changes ensure the SDK remains in sync with the latest GitLab API capabilities for label management.
References