Skip to content

Commit

Permalink
github-pr-review: remove abuse from a summary comment
Browse files Browse the repository at this point in the history
`abuse` seems strong words and reviewdog users have no need to take care
about it.
  • Loading branch information
haya14busa committed Sep 29, 2019
1 parent bc9fbc3 commit bfe7fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/github/github.go
Expand Up @@ -127,7 +127,7 @@ func (g *GitHubPullRequest) remainingCommentsSummary(remaining []*reviewdog.Comm
}
var sb strings.Builder
for tool, comments := range perTool {
sb.WriteString("Remaining comments which cannot be posted as a review comment to avoid GitHub abuse Rate Limit\n")
sb.WriteString("Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit\n")
sb.WriteString("\n")
sb.WriteString("<details>\n")
sb.WriteString(fmt.Sprintf("<summary>%s</summary>\n", tool))
Expand Down

0 comments on commit bfe7fc8

Please sign in to comment.