Apparently github3 module does require you to feed it github organization and repository name as is not able to guess them based on your current repository.
I also checked the https://pypi.org/project/GitPython/ but I was not able to identify the correct calls to make that would be needed in order to identify the organization name and repository name.
I do suspect I need to investigate the remotes somehow but documentation kinda failed me.