From b0aa4c22964903b5f3dec4fb25436d0bb2bc639c Mon Sep 17 00:00:00 2001 From: Steven Masley Date: Mon, 21 Jul 2025 13:15:20 -0500 Subject: [PATCH 1/3] doc: update codeowners to include emyrk specific features --- CODEOWNERS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index a35835d2f35ef..20ea9d0c8b90d 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -11,3 +11,9 @@ vpn/version.go @spikecurtis @johnstcn # This caching code is particularly tricky, and one must be very careful when # altering it. coderd/files/ @aslilac + +coderd/rbac/ @Emyrk +coderd/dynamicparameters/ @Emyrk + +# Mainly dependent on `coder/guts`, which is maintained by @Emyrk +scripts/apitypings/ @Emyrk From 168e1f2dff982c320c577d90daa6e392ae8d331b Mon Sep 17 00:00:00 2001 From: Steven Masley Date: Tue, 22 Jul 2025 07:43:04 -0500 Subject: [PATCH 2/3] Update CODEOWNERS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: ケイラ --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index 20ea9d0c8b90d..f55c943d152f8 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -15,5 +15,5 @@ coderd/files/ @aslilac coderd/rbac/ @Emyrk coderd/dynamicparameters/ @Emyrk -# Mainly dependent on `coder/guts`, which is maintained by @Emyrk +# Mainly dependent on coder/guts, which is maintained by @Emyrk scripts/apitypings/ @Emyrk From 8630a4ea434612d7d3f4ebb435381fe3e36d68bf Mon Sep 17 00:00:00 2001 From: Steven Masley Date: Tue, 22 Jul 2025 07:43:32 -0500 Subject: [PATCH 3/3] alphabetical order --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index f55c943d152f8..4152e5351a4fb 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -12,8 +12,8 @@ vpn/version.go @spikecurtis @johnstcn # altering it. coderd/files/ @aslilac -coderd/rbac/ @Emyrk coderd/dynamicparameters/ @Emyrk +coderd/rbac/ @Emyrk # Mainly dependent on coder/guts, which is maintained by @Emyrk scripts/apitypings/ @Emyrk