Skip to content

Commit e53b726

Browse files
authored
Add coderabbit yaml (#1420)
1 parent f3a6084 commit e53b726

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

.coderabbit.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
reviews:
2+
profile: chill
3+
auto_review:
4+
enabled: false

.github/pull_request_template.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,15 @@ runs on NVIDIA's compute resources.
4747
- If a pull request is opened by an untrusted user or contains untrusted changes, an NVIDIA org member must leave an
4848
`/ok to test` comment on the pull request to trigger CI. This will need to be done for each new commit.
4949

50+
#### Triggering Code Rabbit AI Review
51+
52+
To trigger a code review from code rabbit, comment on a pull request with one of these commands:
53+
54+
- @coderabbitai review - Triggers a standard review
55+
- @coderabbitai full review - Triggers a comprehensive review
56+
57+
See https://docs.coderabbit.ai/reference/review-commands for a full list of commands.
58+
5059
### Pre-submit Checklist
5160

5261
<!--- Ensure all items are completed before submitting -->

0 commit comments

Comments
 (0)