Skip to content

Commit 2359251

Browse files
authored
Update comment for Ruleset (#3275)
1 parent ef170a3 commit 2359251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github/repos_rules.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ func NewFilePathRestrictionRule(params *RuleFileParameters) (rule *RepositoryRul
458458
type Ruleset struct {
459459
ID *int64 `json:"id,omitempty"`
460460
Name string `json:"name"`
461-
// Possible values for Target are branch, tag
461+
// Possible values for Target are branch, tag, push
462462
Target *string `json:"target,omitempty"`
463463
// Possible values for SourceType are: Repository, Organization
464464
SourceType *string `json:"source_type,omitempty"`

0 commit comments

Comments
 (0)