feat: implement skip branches for github, add ignore title to gitlab

This commit is contained in:
Paolo Mainardi
2024-09-02 16:26:50 +02:00
parent 23af1afa03
commit adce35765b
3 changed files with 72 additions and 16 deletions

View File

@ -215,7 +215,15 @@ 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_pr_title = []
# a list of regular expressions of target branches to ignore from PR agent when an MR is created
ignore_pr_target_branches = []
# a list of regular expressions of source branches to ignore from PR agent when an MR is created
ignore_pr_source_branches = []
# labels to ignore from PR agent when an MR is created
ignore_pr_labels = []
# MR titles to ignore from PR agent when an MR is created
ignore_bot_pr = true
[gitlab]
@ -230,9 +238,14 @@ push_commands = [
"/describe",
"/review --pr_reviewer.num_code_suggestions=0",
]
excluded_target_branches = []
excluded_source_branches = []
excluded_labels = []
# 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 = [