From 36cf70ab5f9d33e3f8fd1ff74b87889efdf41379 Mon Sep 17 00:00:00 2001 From: Luke Heath Date: Mon, 2 Mar 2026 17:09:09 -0600 Subject: [PATCH 1/2] Update CODEOWNERS to add new team members --- CODEOWNERS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 9a8b44c3..ca79560a 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -19,9 +19,9 @@ default.yml @harrisonravazzolo # GitHub Action and GitLab CI/CD -.github @getvictor @allenhouchins -.gitlab-ci.yml @getvictor -gitops.sh @getvictor +.github @getvictor @allenhouchins @lukeheath +.gitlab-ci.yml @getvictor @allenhouchins @lukeheath +gitops.sh @getvictor @allenhouchins @lukeheath # Everything else -* @getvictor +* @getvictor @allenhouchins @lukeheath From 27044ad6cee07eee8a2f509a3a0a422ea5d12812 Mon Sep 17 00:00:00 2001 From: Luke Heath Date: Mon, 2 Mar 2026 17:10:23 -0600 Subject: [PATCH 2/2] Add @noahtalerman as code owner Added @noahtalerman as a code owner for GitHub Action, GitLab CI/CD, and all other files. --- CODEOWNERS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index ca79560a..eb6c63f6 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -19,9 +19,9 @@ default.yml @harrisonravazzolo # GitHub Action and GitLab CI/CD -.github @getvictor @allenhouchins @lukeheath -.gitlab-ci.yml @getvictor @allenhouchins @lukeheath -gitops.sh @getvictor @allenhouchins @lukeheath +.github @getvictor @allenhouchins @lukeheath @noahtalerman +.gitlab-ci.yml @getvictor @allenhouchins @lukeheath @noahtalerman +gitops.sh @getvictor @allenhouchins @lukeheath @noahtalerman # Everything else -* @getvictor @allenhouchins @lukeheath +* @getvictor @allenhouchins @lukeheath @noahtalerman