Skip to content

Commit d47936f

Browse files
authored
Add Referrer field to AuditEntry (#3032)
Fixes: #3031.
1 parent c4ec327 commit d47936f

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

github/github-accessors.go

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

github/github-accessors_test.go

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

github/orgs_audit_log.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ type AuditEntry struct {
9595
PullRequestURL *string `json:"pull_request_url,omitempty"`
9696
ReadOnly *string `json:"read_only,omitempty"`
9797
Reasons []*PolicyOverrideReason `json:"reasons,omitempty"`
98+
Referrer *string `json:"referrer,omitempty"`
9899
Repo *string `json:"repo,omitempty"`
99100
Repository *string `json:"repository,omitempty"`
100101
RepositoryPublic *bool `json:"repository_public,omitempty"`

0 commit comments

Comments
 (0)