Skip to content

Update CODEOWNERS files for compliance group

What does this MR do and why?

  1. Remove files from CODEOWNERS that do not require compliance group's approval even though compliance group might be the DRIs for these files. These include frontend files and assets related to audit events, GraphQL files related to audit events.
  2. Added config/audit_events/types/type_schema.json to the CODEOWNERS file as we do not want to update the schema of audit event type YML files without an approval from the compliance group.
  3. Added all the models inside the directory ee/app/models/audit_events to the CODEOWNERS file because these models have business logic for audit event capturing and streaming to various 3rd party integrations like AWS S3, etc.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Merge request reports