Skip to content

Feat/add new comment tags #246

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 11, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
lint fix
  • Loading branch information
alexcoderabbitai committed Mar 11, 2025
commit bab8e9d355bd310e3613848a86a0252f98eeb852
2 changes: 1 addition & 1 deletion docs/guides/custom-reports.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Contained within the `<pr_details>` tag.
#### Summarized PR Details

- `<pr_description>`: string - Contains the body of your pull request (aka the PR description at the top of the PR page).
- `<file_changes_summary>`: string - Contains a file by file summary of the changes made in the PR in markdown format. This summary is generated by CodeRabbit AI durring the PR review process. This includes several sections for each file that was changed:
- `<file_changes_summary>`: string - Contains a file by file summary of the changes made in the PR in markdown format. This summary is generated by CodeRabbit AI durring the PR review process. This includes several sections for each file that was changed:
- `filename`: string - The name of the file that was changed.
- `AI-generated summary of changes`: markdown - An overall summary of the changes made in the file.
- `Alterations to the declarations of exported or public entities`: markdown - A more specific breakdown of the changes made to the file such as exactly what was added, removed, or modified.
Expand Down