feat(config): enhance ignore_pr_authors to support regex patterns

This commit is contained in:
mrT23
2025-07-20 11:56:55 +03:00
parent 7251e6df96
commit f42dc28a55
4 changed files with 4 additions and 4 deletions

View File

@ -246,7 +246,7 @@ To supplement the automatic bot detection, you can manually specify users to ign
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 regex 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.