Skip to content

Commit

Permalink
Disabled issue commenting on client side.
Browse files Browse the repository at this point in the history
  • Loading branch information
wenjielee1 committed Jul 16, 2024
1 parent 57dc728 commit 7f2aee5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions github-bot/src/services/issueService.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ func ProcessIssue(ctx context.Context, client *github.Client, jamaiClient *http.

LabelIssue(ctx, client, jamaiClient, tableId, owner, repo, issue, labels)

// Comment on the issue with the response
utils.CommentOnIssue(ctx, client, owner, repo, issue.Number, result.Response)
// Comment on the issue with the response. Disabled for now as of 16/7
// utils.CommentOnIssue(ctx, client, owner, repo, issue.Number, result.Response)
}

func LabelIssue(ctx context.Context, client *github.Client, jamaiClient *http.Client, tableId string, owner, repo string, issue *models.Issue, labels []string){
Expand Down

0 comments on commit 7f2aee5

Please sign in to comment.