We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ab57e7 commit 2852e78Copy full SHA for 2852e78
1 file changed
github/repos_rules.go
@@ -38,8 +38,8 @@ type RulesetRefConditionParameters struct {
38
39
// RulesetRepositoryNamesConditionParameters represents the conditions object for repository_names.
40
type RulesetRepositoryNamesConditionParameters struct {
41
- Include []string `json:"include,omitempty"`
42
- Exclude []string `json:"exclude,omitempty"`
+ Include []string `json:"include"`
+ Exclude []string `json:"exclude"`
43
Protected *bool `json:"protected,omitempty"`
44
}
45
0 commit comments