Skip to content

Commit

Permalink
Update github/repos_rules.go
Browse files Browse the repository at this point in the history
Co-authored-by: Oleksandr Redko <oleksandr.red+github@gmail.com>
  • Loading branch information
gmlewis and alexandear authored Oct 15, 2024
1 parent 16e9f62 commit 74a9f47
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 @@ -371,7 +371,7 @@ type RepositoryRulesetWorkflowsRule struct {

// RepositoryRulesetCodeScanningRule defines a code scanning rule for the repository.
type RepositoryRulesetCodeScanningRule struct {
// Type can be one of:"code_scanning".
// Type can be one of: "code_scanning".
Type string `json:"type"`
Parameters *RuleCodeScanningParameters `json:"parameters,omitempty"`
}
Expand Down

0 comments on commit 74a9f47

Please sign in to comment.