robota-suite / robota-core

A Python package for reading in elements of GitLab and GitHub repositories, for further analysis.
https://robota-core.readthedocs.io
MIT License
0 stars 9 forks source link

Code to connect to GitHub calling a method that talks about GitLab connection #24

Closed suzanneEmbury closed 1 month ago

suzanneEmbury commented 3 months ago

I think we have a small cut and paste snafu in the code that makes the connection to GitHub:

https://github.com/robota-suite/robota-core/blob/53ac4af7198c83018fca0156460bfc786a360f27/robota_core/github_tools.py#L20

The method suggests the connection will be to GitLab, rather than GitHub.

suzanneEmbury commented 1 month ago

The PR fixes this issue, thanks!