From 71e8665def4ccab74fb45cc47d20296308656d77 Mon Sep 17 00:00:00 2001 From: Yoko Hyakuna Date: Mon, 23 Jan 2023 10:02:21 -0800 Subject: [PATCH] Replace the docs codeowner (#18790) --- CODEOWNERS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index f1eff372ab..7c15d5a7a6 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -25,12 +25,12 @@ /plugins/ @hashicorp/vault-ecosystem /vault/plugin_catalog.go @hashicorp/vault-ecosystem -/website/content/ @tjperry07 -/website/content/docs/plugin-portal.mdx @acahn @tjperry07 +/website/content/ @yhyakuna +/website/content/docs/plugin-portal.mdx @acahn @yhyakuna # Plugin docs -/website/content/docs/plugins/ @fairclothjm @tjperry07 -/website/content/docs/upgrading/plugins.mdx @fairclothjm @tjperry07 +/website/content/docs/plugins/ @fairclothjm @yhyakuna +/website/content/docs/upgrading/plugins.mdx @fairclothjm @yhyakuna # UI code related to Vault's JWT/OIDC auth method and OIDC provider. # Changes to these files often require coordination with backend code,