Skip to content

Commit f5b7fd0

Browse files
committed
funcionality notes on AI Reviewer docs
1 parent 879d533 commit f5b7fd0

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/repositories-configure/integrations/github-integration.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,20 @@ Adds a report to your pull requests showing whether your pull requests and cover
3232

3333
### AI Reviewer
3434

35+
!!! note
36+
This feature is only supported on GitHub.
37+
38+
If you choose to enable the AI Reviewer, consider disabling the AI-enhanced comments suggestion, as it may duplicate any comments on Codacy issues you receive.
39+
3540
The AI Reviewer combines the reliability of deterministic, rule-based static code analysis with the power of AI. It draws in the necessary context from source code and PR metadata to ensure the business intent matches the technical outcome, and can catch logic gaps that conventional scanners (and human reviewers) often miss.
3641

3742
It provides feedback on missing or weak tests, complex or duplicated code, and keeps security concerns up to date. Beyond that, it adds contextual insights about whether the changes follow the requirements, business rules, and logic used in the project.
3843

44+
This setting can be enabled at a repository or organization level. Once enabled, Codacy will start adding a Summary to your pull requests with of the information used to provide the AI-enriched reviews. To request a PR Review from codacy, add a **`codacy-review`** label to your Pull Request. Codacy listens to the event and will publish the review as soon as it's ready.
45+
46+
3947
![AI Reviewer on Github](images/github-integration-ai-reviewer.png)
4048

41-
!!! note
42-
This feature is only supported on GitHub.
4349

4450
### Issue annotations
4551

0 commit comments

Comments
 (0)