Skip to content

Commit

Permalink
Update GithubCommentService.java
Browse files Browse the repository at this point in the history
  • Loading branch information
catchcatchus authored Aug 30, 2024
1 parent e05e73a commit 026b18a
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ public boolean addOrUpdatePullRequestComment(AnalyzerRequest analyzerRequest, St
githubClient = createGithubClient(gitHubAccessToken);

GHRepository repository = githubClient.getRepositoryById(analyzerRequest.getExternalGitRepoId());
// GHCheckRunBuilder test = repository.createCheckRun("test", analyzerRequest.getGitCommitSha());
// GHCheckRunBuilder.Output output = new GHCheckRunBuilder.Output("", "");
// output.add(new GHCheckRunBuilder.Annotation());

GHPullRequest pullRequest = repository.getPullRequest(Integer.valueOf(analyzerRequest.getExternalPullRequestId()));

Expand Down

0 comments on commit 026b18a

Please sign in to comment.