Skip to content

Commit

Permalink
fix: remove specific configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
paolomainardi authored Sep 6, 2024
1 parent d2a744e commit 39913ef
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pr_agent/settings/configuration.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 39913ef

Please sign in to comment.