mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 10:55:17 +00:00
Merge pull request #1337 from Codium-ai/mrT23-patch-5
Update additional_configurations.md
This commit is contained in:
commit
d9ef26dc1c
1 changed files with 10 additions and 0 deletions
|
|
@ -160,3 +160,13 @@ ignore_pr_target_branches = ["qa"]
|
||||||
|
|
||||||
Where the `ignore_pr_source_branches` and `ignore_pr_target_branches` are lists of regex patterns to match the source and target branches you want to ignore.
|
Where the `ignore_pr_source_branches` and `ignore_pr_target_branches` are lists of regex patterns to match the source and target branches you want to ignore.
|
||||||
They are not mutually exclusive, you can use them together or separately.
|
They are not mutually exclusive, you can use them together or separately.
|
||||||
|
|
||||||
|
|
||||||
|
To allow only specific folders (often needed in large monorepos), set:
|
||||||
|
|
||||||
|
```
|
||||||
|
[config]
|
||||||
|
allow_only_specific_folders=['folder1','folder2']
|
||||||
|
```
|
||||||
|
|
||||||
|
For the configuration above, automatic feedback will only be triggered when the PR changes include files from 'folder1' or 'folder2'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue