From 61ed6b3c8d75d98e955fcffd2182f7ee20834960 Mon Sep 17 00:00:00 2001 From: jjaquish Date: Tue, 11 Aug 2026 14:11:08 -0400 Subject: [PATCH] chore: Update codeowners to match UI governance standards --- .github/CODEOWNERS | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 8528efb0..22caafc6 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,6 +1,15 @@ -# This is a comment. -# Each line is a file pattern followed by one or more owners. +# Default — team reviews all feature code +* @RedHatInsights/experience-ui-committers -# These owners will be the default owners for everything in -# the repo. Unless a later match takes precedence. -* @RedHatInsights/experience-ui-committers +# Structural / architectural gatekeeping — broad blast radius +/.github/ @CodyWMitchell @apinkert +/.tekton/ @CodyWMitchell @apinkert +/.gitignore @CodyWMitchell @apinkert +/deployment/ @CodyWMitchell @apinkert +/eslint.config.js @CodyWMitchell @apinkert +/webpack.config.js @CodyWMitchell @apinkert +/package.json @CodyWMitchell @apinkert +/package-lock.json @CodyWMitchell @apinkert +/renovate.json @CodyWMitchell @apinkert +/Dockerfile @CodyWMitchell @apinkert +/nginx.conf @CodyWMitchell @apinkert