Skip to content

Commit

Permalink
Update github/orgs_audit_log.go
Browse files Browse the repository at this point in the history
Co-authored-by: Glenn Lewis <6598971+gmlewis@users.noreply.github.com>
  • Loading branch information
patriknordlen and gmlewis committed May 24, 2023
1 parent 6689efb commit 854b6de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github/orgs_audit_log.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ type AuditEntry struct {
PullRequestTitle *string `json:"pull_request_title,omitempty"`
PullRequestURL *string `json:"pull_request_url,omitempty"`
ReadOnly *string `json:"read_only,omitempty"`
Reasons []PolicyOverrideReason `json:"reasons,omitempty"`
Reasons []*PolicyOverrideReason `json:"reasons,omitempty"`
Repo *string `json:"repo,omitempty"`
Repository *string `json:"repository,omitempty"`
RepositoryPublic *bool `json:"repository_public,omitempty"`
Expand Down

0 comments on commit 854b6de

Please sign in to comment.