From 5df2d18f7c4b17f0eb46be7b82fcc2a58f9aeefe Mon Sep 17 00:00:00 2001 From: Derek Menteer Date: Fri, 3 Jan 2025 10:33:04 -0600 Subject: [PATCH] Fix path on CODEOWNERS file. --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 5c4cc3a4..319f5f5c 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,6 +1,6 @@ # Individual command groups will be owned by product teams but the overall CLI # will be owned as follows. -@hashicorp/cloud-core-platform-surfaces @hashicorp/cloud-core-platform-systems +* @hashicorp/cloud-core-platform-surfaces @hashicorp/cloud-core-platform-systems # Files that all teams can contribute to .changelog