Skip to content

chore: add github.com user id association #14045

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Aug 2, 2024
Prev Previous commit
Next Next commit
Ignore auditing github.com user id
  • Loading branch information
kylecarbs committed Aug 2, 2024
commit 5bae8efbbf182e8880139b69d433ad5656c51541
1 change: 1 addition & 0 deletions enterprise/audit/table.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ var auditableResourcesTypes = map[any]map[string]Action{
"quiet_hours_schedule": ActionTrack,
"theme_preference": ActionIgnore,
"name": ActionTrack,
"github_com_user_id": ActionIgnore,
},
&database.Workspace{}: {
"id": ActionTrack,
Expand Down