Skip to content

Commit e67b855

Browse files
committed
coderabbit comments
1 parent 092a3b2 commit e67b855

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/custom-reports.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ This option gives you the ability to create a report limited only to pull reques
309309

310310
> **IMPORTANT:** This will automatically remove any pull requests from your reports if they do not contain a "Score Card" or "Score Chart" bot comment. Using this option without setting up a flow to create these comments will result in `No new pull request activity in the last XYZ hours` errors. Do not enable this option unless you have asked CodeRabbit to create a "Score Card" through a comment or implemented the "Score Chart" bot comment flow below.
311311
312-
For example you can ask CodeRabbit to check several conditions on a pull request and produce a "Score Chart":
312+
For example, you can ask CodeRabbit to check several conditions on a pull request and produce a "Score Chart":
313313

314314
<details>
315315
<summary>Click to view example User Score Card/Chart Comment:</summary>
@@ -461,7 +461,7 @@ You will create a new chart averaging all the values from various pull requests
461461
- Only include checks for very specific scenarios, such as a specific check failing or using tabs vs spaces.
462462
- 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.
463463
- Make one point for each specific check and make sure its a True/False condition.
464-
- 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.
464+
- 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 `@coderabbitai` in the comment.
465465

466466
## Best Practices
467467

0 commit comments

Comments
 (0)