Add protected tag deploy key support
Add support for create_access_levels[].deploy_key_id to protected_tags.go
Related API docs https://docs.gitlab.com/api/protected_tags/
Implementation Guide
- Read the
CONTRIBUTING.mdguide for setting up your local development and fork the community clone of this project. - In
protected_tags.go, addDeployKeyIDto theTagAccessDescriptionstruct. - Add
DeployKeyIDto theTagsPermissionOptionsstruct. - Update the unit tests in
protected_tags_test.goto include test cases withDeployKeyID. - Could also create an integration test for this! See
gitlab_test/users_integration_test.goas an example. - Run
make reviewablebefore raising an MR.
Edited by 🤖 GitLab Bot 🤖