From b1a913bf5e4388900f7d806aaab274eb3072c55c Mon Sep 17 00:00:00 2001 From: Tom Kuson Date: Tue, 2 Dec 2025 13:07:12 +0000 Subject: [PATCH] Fix code owners Currently, only @tjkuson-s1 is tagged as a code owner. This is because the last matching pattern takes precedence (the line at the end). Instead, move all code owners to the same line. --- .github/CODEOWNERS | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index cf5a65e..25fb4b3 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1 @@ -* @michaelmoore-s1 -* @samuelmatos-s1 -* @tjkuson-s1 +* @michaelmoore-s1 @samuelmatos-s1 @tjkuson-s1