You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Where the `ignore_pr_source_branches` and `ignore_pr_target_branches` are lists of regex patterns to match the source and target branches you want to ignore.
193
194
They are not mutually exclusive, you can use them together or separately.
194
195
196
+
### Ignoring PRs from specific repositories
197
+
198
+
To ignore PRs from specific repositories, you can add the following to your `configuration.toml` file:
Where the `ignore_repositories` is a list of regex patterns to match the repositories you want to ignore. This is useful when you have multiple repositories and want to exclude certain ones from analysis.
206
+
207
+
195
208
### Ignoring PRs not from specific folders
196
209
197
210
To allow only specific folders (often needed in large monorepos), set:
0 commit comments