@harnessio/react-ssca-manager-client 0.84.23 → 0.84.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -8,6 +8,10 @@ export interface AutoPrAdvancedRule {
|
|
|
8
8
|
* List of repository names to exclude from auto PR creation. Supports glob patterns (e.g. "test-*").
|
|
9
9
|
*/
|
|
10
10
|
exclude_repositories?: string[];
|
|
11
|
+
/**
|
|
12
|
+
* List of repository names to include for auto PR creation. When set, only matching repos get Auto PRs. Supports glob patterns (e.g. "my-app-*"). Must not overlap with exclude_repositories (glob patterns are evaluated for semantic overlap).
|
|
13
|
+
*/
|
|
14
|
+
include_repositories?: string[];
|
|
11
15
|
/**
|
|
12
16
|
* Maximum number of PRs to create
|
|
13
17
|
*/
|