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: "Conditions for repository names that the ruleset targets. Exactly one of `repository_name`, `repository_id`, or `repository_property` must be set.",
Description: "The repository IDs that the ruleset applies to. One of these IDs must match for the condition to pass. Conflicts with `repository_name` and `repository_property`.",
Description: "The repository IDs that the ruleset applies to. One of these IDs must match for the condition to pass. Exactly one of `repository_name`, `repository_id`, or `repository_property` must be set.",
202
202
Elem: &schema.Schema{
203
203
Type: schema.TypeInt,
204
204
},
205
205
},
206
206
"repository_property": {
207
-
Type: schema.TypeList,
208
-
Optional: true,
209
-
MaxItems: 1,
210
-
Description: "Conditions based on repository properties. Conflicts with `repository_name` and `repository_id`.",
0 commit comments