From 187a15faf281834059cdaf42c967b33175204bc4 Mon Sep 17 00:00:00 2001 From: Jim Kalafut Date: Thu, 30 Sep 2021 12:51:47 -0700 Subject: [PATCH] Update CODEOWNERS (#12695) Route plugin portal changes to `acahn` as well. --- CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index af0527137..c2681e4a2 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,7 +1,6 @@ # Each line is a file pattern followed by one or more owners. # More on CODEOWNERS files: https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners - /builtin/credential/ @hashicorp/vault-ecosystem # Secrets engines (pki, ssh, totp and transit omitted) @@ -19,4 +18,5 @@ /command/agent/ @hashicorp/vault-ecosystem /plugins/ @hashicorp/vault-ecosystem -/website/content/ @taoism4504 +/website/content/ @taoism4504 +/website/content/docs/plugin-portal.mdx @taoism4504 @acahn