Clarify Qodo Merge's exclusive features and bot handling behavior

This commit is contained in:
mrT23
2025-04-24 08:28:23 +03:00
parent 7d17ed5b7f
commit 6ceea2b134
2 changed files with 5 additions and 2 deletions

View File

@ -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 |
| -------------------------------------------------------------------------------------------------------------------- |--------------------------------------------------------------------------------------------------------------------------------------------------------|

View File

@ -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.