From efc02656a1667b0019cd41e0be98313b2e5573e4 Mon Sep 17 00:00:00 2001 From: nev21 <82737406+nev21@users.noreply.github.com> Date: Sat, 7 Feb 2026 21:49:49 -0800 Subject: [PATCH 1/2] Add CODEOWNERS file for repository ownership --- .github/CODEOWNERS | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..dc2cd3f --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,10 @@ +##################################################### +# List of CODEOWNERS for this repository +##################################################### +# +# Learn about CODEOWNERS file format: +# https://help.github.com/en/articles/about-code-owners +# + +* @nevware21/automation +* @nevware21/typescript-approvers From b49ddc53407a91b3f61f3b0518d5e5b79bd1197d Mon Sep 17 00:00:00 2001 From: nev21 <82737406+nev21@users.noreply.github.com> Date: Sun, 8 Feb 2026 00:50:30 -0800 Subject: [PATCH 2/2] Update CODEOWNERS to consolidate ownership --- .github/CODEOWNERS | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index dc2cd3f..ebb6ac4 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -6,5 +6,4 @@ # https://help.github.com/en/articles/about-code-owners # -* @nevware21/automation -* @nevware21/typescript-approvers +* @nevware21/typescript-codeowners @nevware21/typescript-approvers