From f983901922a76d5fe5c21a456840d18634a635bc Mon Sep 17 00:00:00 2001 From: Vault Automation Date: Mon, 26 Jan 2026 15:01:23 -0500 Subject: [PATCH] Adjust CODEOWNERS for copilot-related files (#11949) (#11963) (#11968) Set copilot instructions code ownership to wider Vault team. Co-authored-by: Angelo Cordon --- .github/CODEOWNERS | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 46132393c8..d3b2d5d9c8 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -31,7 +31,6 @@ /vault/plugin_catalog.go @hashicorp/vault-ecosystem # Content on developer.hashicorp.com - # Web presence gets notified of, and can approve changes to web tooling, but not content. /website/ @hashicorp/web-presence @@ -40,7 +39,6 @@ /website/content/ # Education gets notified of, and can approve changes to web content. - /website/data/ @hashicorp/vault-education-approvers /website/public/ @hashicorp/vault-education-approvers /website/content/ @hashicorp/vault-education-approvers @@ -67,6 +65,10 @@ /.github/ @hashicorp/team-vault-quality /enos/ @hashicorp/team-vault-quality +# Copilot instructions - exceptions to the general .github/ rule +/.github/instructions/ @hashicorp/vault +/.github/copilot-instructions.md @hashicorp/vault + # Cryptosec /api/auth/cert/ @hashicorp/vault-crypto /builtin/logical/pki/ @hashicorp/vault-crypto