mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 02:45:18 +00:00
fix: remove specific configurations
This commit is contained in:
parent
d2a744e70c
commit
39913ef12a
1 changed files with 0 additions and 8 deletions
|
|
@ -238,14 +238,6 @@ push_commands = [
|
|||
"/describe",
|
||||
"/review --pr_reviewer.num_code_suggestions=0",
|
||||
]
|
||||
# a list of regular expressions to match against the PR title to ignore the PR agent
|
||||
ignore_mr_title = []
|
||||
# target branches to ignore from PR agent when an MR is created
|
||||
ignore_mr_target_branches = []
|
||||
# source branches to ignore from PR agent when an MR is created
|
||||
ignore_mr_source_branches = []
|
||||
# labels to ignore from PR agent when an MR is created
|
||||
ignore_mr_labels = []
|
||||
|
||||
[bitbucket_app]
|
||||
pr_commands = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue