You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/custom-reports.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -451,7 +451,7 @@ You will create a new chart averaging all the values from various pull requests
451
451
- Only include checks for very specific scenarios, such as a specific check failing or using tabs vs spaces.
452
452
- Do not use general rules without explaining specifically what they mean. If you add "Insure the pull request follows development best practices" you must define what "development best practices" actually mean or the AI will guess.
453
453
- Make one point for each specific check and make sure its a True/False condition.
454
-
- Instead of manually commenting on pull requests you can use the [Github Actions Bot](https://github.com/marketplace/actions/github-project-bot) to automatically comment on pull requests and trigger coderabbit score card/chart comments by including `@coderabbit` in the comment.
454
+
- Instead of manually commenting on pull requests you can use the [Github Actions Bot](https://github.com/marketplace/actions/create-or-update-comment) to automatically comment on pull requests and trigger coderabbit score card/chart comments by including `@coderabbit` in the comment.
0 commit comments