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,