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
Description: "The name of the repository property to target",
173
+
Description: "Array of repository names or patterns to include. One of these patterns must match for the condition to pass. Also accepts `~ALL` to include all repositories.",
174
+
Elem: &schema.Schema{
175
+
Type: schema.TypeString,
176
+
},
176
177
},
177
-
"property_values": {
178
+
"exclude": {
178
179
Type: schema.TypeList,
179
180
Required: true,
180
-
Description: "The values to match for the repository property.",
181
+
Description: "Array of repository names or patterns to exclude. The condition will not pass if any of these patterns match.",
181
182
Elem: &schema.Schema{
182
183
Type: schema.TypeString,
183
184
},
184
185
},
185
-
"source": {
186
-
Type: schema.TypeString,
187
-
Description: "The source of the repository property. Defaults to 'custom' if not specified.Can be one of: custom, system",
188
-
Default: "custom",
186
+
"protected": {
187
+
Type: schema.TypeBool,
188
+
Optional: true,
189
+
Default: false,
190
+
Description: "Whether renaming of target repositories is prevented.",
0 commit comments