From 1015190e07342ec17fd4b4bf2db107d1aeebf169 Mon Sep 17 00:00:00 2001 From: Pedro Pereira Date: Mon, 23 Feb 2026 15:33:15 +0000 Subject: [PATCH] feature: update pr reviewer documentation CF-2227 --- docs/codacy-ai/codacy-ai.md | 2 +- docs/repositories-configure/integrations/github-integration.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/codacy-ai/codacy-ai.md b/docs/codacy-ai/codacy-ai.md index 0833bf3113..f53915d8e9 100644 --- a/docs/codacy-ai/codacy-ai.md +++ b/docs/codacy-ai/codacy-ai.md @@ -78,7 +78,7 @@ More details about [AI Reviewer here](../repositories-configure/integrations/git 2. Navigate to the "Integrations" or "AI features" section (depending on your Codacy plan and UI version). 3. Find "AI Reviewer", under "Status checks", and toggle the feature to "On" for the repository or organization scope you want to enable. 4. Save your changes. Once enabled, Codacy will start adding a Summary to your pull requests based on the AI-enriched reviews. -5. 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. +5. To request a PR review, click **Run Reviewer** in the Summary or call our [public API](https://api.codacy.com/api/api-docs#triggerpullrequestaireview). Your review will be published as soon as it's ready. #### Custom Instructions diff --git a/docs/repositories-configure/integrations/github-integration.md b/docs/repositories-configure/integrations/github-integration.md index f7110c4cf1..9dc8c85fd1 100644 --- a/docs/repositories-configure/integrations/github-integration.md +++ b/docs/repositories-configure/integrations/github-integration.md @@ -50,7 +50,7 @@ It provides feedback on missing or weak tests, complex or duplicated code, and k !!! tip Improve the AI Reviewer results by providing custom instructions. [Learn how to do it here](../../codacy-ai/codacy-ai.md#custom-instructions). -This setting can be enabled at a repository or organization level. Once enabled, Codacy will start adding a Summary to your pull requests based on 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. +This setting can be enabled at a repository or organization level. Once enabled, Codacy will start adding a Summary to your pull requests based on the AI-enriched reviews. To request a PR review, click **Run Reviewer** in the Summary or call our [public API](https://api.codacy.com/api/api-docs#triggerpullrequestaireview). Your review will be published as soon as it's ready. ![AI Reviewer on Github](images/github-integration-ai-reviewer.png)