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 0d014dd commit 9bc399b
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 @@ -364,7 +364,7 @@ type RepositoryRulesetMaxFileSizeRule struct {

// RepositoryRulesetWorkflowsRule defines a workflow rule for the repository.
type RepositoryRulesetWorkflowsRule struct {
//Type can be one of: "workflows".
// Type can be one of: "workflows".
Type string `json:"type"`
Parameters *RequiredWorkflowsRuleParameters `json:"parameters,omitempty"`
}
Expand Down

0 comments on commit 9bc399b

Please sign in to comment.