Hacktoberfest 2021 has added support for GitLab. This tool needs to be updated to support adding the tags to Gitlab repositories.
The tool would need to be refactored to ask which public VCS the user would like to perform the action on (github, gitlab, both) and then add the appropriate topic, create the appropriate labels as well as revert the change.
Hacktoberfest 2021 has added support for GitLab. This tool needs to be updated to support adding the tags to Gitlab repositories.
The tool would need to be refactored to ask which public VCS the user would like to perform the action on (github, gitlab, both) and then add the appropriate topic, create the appropriate labels as well as revert the change.
I've looked at this library https://github.com/xanzy/go-gitlab and it looks like it will do what is needed.