From 1b6b6b28e1ed6e8738bc997b706485487a73c5a6 Mon Sep 17 00:00:00 2001 From: Barrett Clark Date: Thu, 4 Apr 2024 15:36:45 -0500 Subject: [PATCH] Updating CODEOWNERS Update CODEOWNERS to allow other internal employees to approve PRs. TF-CLI still owns approval on general repo things. --- .github/CODEOWNERS | 2 ++ CODEOWNERS | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .github/CODEOWNERS delete mode 100644 CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..3471db2cb --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +.github/ @hashicorp/tf-cli +Makefile @hashicorp/tf-cli diff --git a/CODEOWNERS b/CODEOWNERS deleted file mode 100644 index 0ff5bf358..000000000 --- a/CODEOWNERS +++ /dev/null @@ -1 +0,0 @@ -* @hashicorp/tf-cli