From a0e6a83931e763d924e9f5c9c9f6059b2bf03ff5 Mon Sep 17 00:00:00 2001 From: Pam Selle <204372+pselle@users.noreply.github.com> Date: Mon, 3 Feb 2020 16:47:11 -0500 Subject: [PATCH 1/2] Update codeowners file with real handles --- CODEOWNERS | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 218352e867..3f89843f6d 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,4 +1,10 @@ -# remote-state backends. -/backend/remote-state/azure @terraform-azure -/backend/remote-state/gcs @terraform-google -/backend/remote-state/s3 @terraform-aws +# 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 + +# Terraform Core default ownership +* @hashicorp/terraform-core + +# Remote-state backends +/backend/remote-state/azure @hashicorp/terraform-azure +/backend/remote-state/gcs @hashicorp/terraform-google +/backend/remote-state/s3 @hashicorp/terraform-aws From 64aec0bb51947645083240bdc688faa6d3bfb17c Mon Sep 17 00:00:00 2001 From: Pam Selle <204372+pselle@users.noreply.github.com> Date: Mon, 3 Feb 2020 16:48:58 -0500 Subject: [PATCH 2/2] Remove core ownership, because don't want to default request review on all PRs --- CODEOWNERS | 3 --- 1 file changed, 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 3f89843f6d..cbc814bea3 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,9 +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 -# Terraform Core default ownership -* @hashicorp/terraform-core - # Remote-state backends /backend/remote-state/azure @hashicorp/terraform-azure /backend/remote-state/gcs @hashicorp/terraform-google