From 6ceea2b134fa0c7782dbe2722c6b06d046916093 Mon Sep 17 00:00:00 2001 From: mrT23 Date: Thu, 24 Apr 2025 08:28:23 +0300 Subject: [PATCH] Clarify Qodo Merge's exclusive features and bot handling behavior --- docs/docs/overview/pr_agent_pro.md | 2 +- docs/docs/usage-guide/additional_configurations.md | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/docs/overview/pr_agent_pro.md b/docs/docs/overview/pr_agent_pro.md index 02a6081f..5ec5ef8e 100644 --- a/docs/docs/overview/pr_agent_pro.md +++ b/docs/docs/overview/pr_agent_pro.md @@ -15,7 +15,7 @@ Qodo Merge is designed for companies and teams that require additional features ### Additional features -Here are some of the additional features and capabilities that Qodo Merge offers: +Here are some of the additional features and capabilities that Qodo Merge offers, and are not available in the open-source version of PR-Agent: | Feature | Description | | -------------------------------------------------------------------------------------------------------------------- |--------------------------------------------------------------------------------------------------------------------------------------------------------| diff --git a/docs/docs/usage-guide/additional_configurations.md b/docs/docs/usage-guide/additional_configurations.md index bbdc753e..d2df16af 100644 --- a/docs/docs/usage-guide/additional_configurations.md +++ b/docs/docs/usage-guide/additional_configurations.md @@ -216,7 +216,7 @@ Where the `ignore_pr_labels` is a list of labels that when present in the PR, th ### Ignoring PRs from specific users -Qodo Merge automatically identifies and ignores pull requests created by bots using: +Qodo Merge tries to automatically identifies and ignores pull requests created by bots using: - GitHub's native bot detection system - Name-based pattern matching @@ -234,3 +234,6 @@ ignore_pr_authors = ["my-special-bot-user", ...] ``` Where the `ignore_pr_authors` is a list of usernames that you want to ignore. + +!!! note + There is one specific case where bots will receive an automatic response - when they generated a PR with a _failed test_. In that case, the [`ci_feedback`](https://qodo-merge-docs.qodo.ai/tools/ci_feedback/) tool will be invoked. \ No newline at end of file