Gamer

Results 1 issues of Gamer

**Description** We are using the version 1.307 and we call the createCommitStatus like below. ``` GHRepository repository = gitHub.getRepository( SLASH_JOINER.join(request.getOrg(), request.getRepo()) ); String headSha = repository .getPullRequest(request.getPullNumber()) .getHead() .getSha(); GHCommitStatus...

bug
more information needed