Hacktoberfest / hacktoberfest-repo-topic-apply

Cmd line tool to add a topic to your github repo, defaults to hacktoberfest
Apache License 2.0
51 stars 43 forks source link

Add support for GitLab #28

Closed MasonEgger closed 3 years ago

MasonEgger commented 3 years ago

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.

mariuskimmina commented 3 years ago

I would like to tackle this issue, as we have discussed over at twitter, feel free to assign me.