Enhance repository filtering with regex pattern matching for ignore_repositories

This commit is contained in:
mrT23
2025-05-16 17:20:54 +03:00
parent d606672801
commit 42557feb97
5 changed files with 20 additions and 14 deletions

View File

@ -55,7 +55,7 @@ ignore_pr_target_branches = [] # a list of regular expressions of target branche
ignore_pr_source_branches = [] # a list of regular expressions of source branches to ignore from PR agent when an PR is created
ignore_pr_labels = [] # labels to ignore from PR agent when an PR is created
ignore_pr_authors = [] # authors to ignore from PR agent when an PR is created
ignore_repositories = [] # list of repository full names (e.g. "org/repo") to ignore from PR agent processing
ignore_repositories = [] # a list of regular expressions of repository full names (e.g. "org/repo") to ignore from PR agent processing
#
is_auto_command = false # will be auto-set to true if the command is triggered by an automation
enable_ai_metadata = false # will enable adding ai metadata