From a06c1ed16883afc919b83a94777d5a9e247008bc Mon Sep 17 00:00:00 2001 From: Mukesh Choudhari Date: Mon, 18 Nov 2024 09:36:46 +0530 Subject: [PATCH 1/2] Update CODEOWNERS file in CODEOWNERS --- CODEOWNERS | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index 9f170ca15..3da71e030 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,2 +1,13 @@ -* @hashicorp/consul-core-reviewers +# 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 +# Default owner +* @hashicorp/team-ip-compliance + +# Add override rules below. Each line is a file/folder pattern followed by one or more owners. +# Being an owner means those groups or individuals will be added as reviewers to PRs affecting +# those areas of the code. +# Examples: +# /docs/ @docs-team +# *.js @js-team +# *.go @go-team \ No newline at end of file From 2ef9b10bed04fa2ec5f3c6a2acfd1343d564f3fc Mon Sep 17 00:00:00 2001 From: Mukesh Choudhari Date: Mon, 18 Nov 2024 16:05:10 +0530 Subject: [PATCH 2/2] Update CODEOWNERS in CODEOWNERS --- CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 3da71e030..c656ccace 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -2,7 +2,7 @@ # More on CODEOWNERS files: https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners # Default owner -* @hashicorp/team-ip-compliance +* @hashicorp/team-ip-compliance @hashicorp/consul-core-reviewers # Add override rules below. Each line is a file/folder pattern followed by one or more owners. # Being an owner means those groups or individuals will be added as reviewers to PRs affecting @@ -10,4 +10,4 @@ # Examples: # /docs/ @docs-team # *.js @js-team -# *.go @go-team \ No newline at end of file +# *.go @go-team