From 7deaa21b8a0928fd627b49125e45d01a9c465a3c Mon Sep 17 00:00:00 2001 From: nev21 <82737406+nev21@users.noreply.github.com> Date: Sat, 7 Feb 2026 17:13:42 -0800 Subject: [PATCH 1/2] Add CODEOWNERS file for ts-debug approvers --- .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..c553fe1 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,10 @@ +##################################################### +# List of approvers for ts-debug +##################################################### +# +# Learn about CODEOWNERS file format: +# https://help.github.com/en/articles/about-code-owners +# + +* @nevware21/typescript-approvers +* @nevware21/automation From e5e407fbb405c973b6bc8a2c4a4b657e640ab64b Mon Sep 17 00:00:00 2001 From: nev21 <82737406+nev21@users.noreply.github.com> Date: Sat, 7 Feb 2026 17:15:30 -0800 Subject: [PATCH 2/2] Update .github/CODEOWNERS Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/CODEOWNERS | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index c553fe1..3af44c3 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -6,5 +6,4 @@ # https://help.github.com/en/articles/about-code-owners # -* @nevware21/typescript-approvers -* @nevware21/automation +* @nevware21/typescript-approvers @nevware21/automation