We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56c2c3b commit 487c80dCopy full SHA for 487c80d
github/repos_rules.go
@@ -30,8 +30,8 @@ type RulesetLinks struct {
30
31
// RulesetRefConditionParameters represents the conditions object for ref_names.
32
type RulesetRefConditionParameters struct {
33
- Include []string `json:"include,omitempty"`
34
- Exclude []string `json:"exclude,omitempty"`
+ Include []string `json:"include"`
+ Exclude []string `json:"exclude"`
35
}
36
37
// RulesetRepositoryConditionParameters represents the conditions object for repository_names.
0 commit comments