Skip to content

Commit

Permalink
Update github/repos_rules.go
Browse files Browse the repository at this point in the history
  • Loading branch information
gmlewis authored Oct 15, 2024
1 parent aaaa4b4 commit ee8e3dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github/repos_rules.go
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ type RepositoryRulesetMaxFilePathLengthRule struct {

// RepositoryRulesetFileExtensionRestrictionRule defines a file extension restriction rule for the repository.
type RepositoryRulesetFileExtensionRestrictionRule struct {
//Type can be one of: "file_extension_restriction".
// Type can be one of: "file_extension_restriction".
Type string `json:"type"`
Parameters *RuleFileExtensionRestrictionParameters `json:"parameters,omitempty"`
}
Expand Down

0 comments on commit ee8e3dd

Please sign in to comment.