Skip to content

Commit

Permalink
Add Referrer field to AuditEntry (#3032)
Browse files Browse the repository at this point in the history
Fixes: #3031.
  • Loading branch information
ngoduykhanh committed Dec 15, 2023
1 parent c4ec327 commit d47936f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
8 changes: 8 additions & 0 deletions github/github-accessors.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions github/github-accessors_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions github/orgs_audit_log.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ type AuditEntry struct {
PullRequestURL *string `json:"pull_request_url,omitempty"`
ReadOnly *string `json:"read_only,omitempty"`
Reasons []*PolicyOverrideReason `json:"reasons,omitempty"`
Referrer *string `json:"referrer,omitempty"`
Repo *string `json:"repo,omitempty"`
Repository *string `json:"repository,omitempty"`
RepositoryPublic *bool `json:"repository_public,omitempty"`
Expand Down

0 comments on commit d47936f

Please sign in to comment.