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 <[email protected]>
  • Loading branch information
lmartinking and gmlewis authored Jul 28, 2023
1 parent 30c6cb9 commit ece58bf
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 @@ -125,7 +125,7 @@ type AuditEntry struct {
AuditEntryData `json:"data,omitempty"`
}

// Some audit entries have additional information stuffed into a `data` field.
// AuditEntryData represents additional information stuffed into a `data` field.
type AuditEntryData struct {
OldName *string `json:"old_name,omitempty"` // The previous name of the repository, for a name change
}
Expand Down

0 comments on commit ece58bf

Please sign in to comment.