Hussam Hebbo

Results 1 issues of Hussam Hebbo

I'm trying to add a collaborator to a repo with: ``` gh.repos.collaborators.add("collaborator-name", "name", "repo") ``` but I'm getting: ``` pygithub3.exceptions.BadRequest: 400 - Problems parsing JSON ``` Here is the full...