Skip to content

Commit

Permalink
Add RepositoryRulesetEvent methods
Browse files Browse the repository at this point in the history
  • Loading branch information
unamdev0 committed Oct 4, 2024
1 parent 8306318 commit a872d15
Show file tree
Hide file tree
Showing 8 changed files with 2,364 additions and 185 deletions.
2 changes: 1 addition & 1 deletion github/event_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -1514,7 +1514,7 @@ type RepositoryRuleSetEvent struct {
Installation *Installation `json:"installation,omitempty"`
Organization *Organization `json:"organization,omitempty"`
Repository *Repository `json:"repository,omitempty"`
RepositoryRuleSet *RepositoryRuleSet `json:"repository_ruleset"`
RepositoryRuleSet *RepositoryRuleSet `json:"repository_ruleset"`
Changes *RepositoryRuleSetEditedChanges `json:"changes,omitempty"`
Sender *User `json:"sender"`
}
Expand Down
Loading

0 comments on commit a872d15

Please sign in to comment.