mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-02 03:40:38 +08:00
fix: remove specific configurations
This commit is contained in:
@ -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 = [
|
||||
|
Reference in New Issue
Block a user