mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-03 20:30:41 +08:00
Clarify Qodo Merge's exclusive features and bot handling behavior
This commit is contained in:
@ -15,7 +15,7 @@ Qodo Merge is designed for companies and teams that require additional features
|
|||||||
|
|
||||||
### 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 |
|
| Feature | Description |
|
||||||
| -------------------------------------------------------------------------------------------------------------------- |--------------------------------------------------------------------------------------------------------------------------------------------------------|
|
| -------------------------------------------------------------------------------------------------------------------- |--------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
|
@ -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
|
### 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
|
- GitHub's native bot detection system
|
||||||
- Name-based pattern matching
|
- 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.
|
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.
|
Reference in New Issue
Block a user