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 ef170a3 commit 2359251Copy full SHA for 2359251
github/repos_rules.go
@@ -458,7 +458,7 @@ func NewFilePathRestrictionRule(params *RuleFileParameters) (rule *RepositoryRul
458
type Ruleset struct {
459
ID *int64 `json:"id,omitempty"`
460
Name string `json:"name"`
461
- // Possible values for Target are branch, tag
+ // Possible values for Target are branch, tag, push
462
Target *string `json:"target,omitempty"`
463
// Possible values for SourceType are: Repository, Organization
464
SourceType *string `json:"source_type,omitempty"`
0 commit comments