From 4b6022277b357fc0f67c4be7d0406069c9c14bc0 Mon Sep 17 00:00:00 2001 From: Mukesh Choudhari Date: Mon, 18 Nov 2024 09:35:40 +0530 Subject: [PATCH 1/2] Update CODEOWNERS file in .github/CODEOWNERS --- .github/CODEOWNERS | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 28773e7d..3da71e03 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,4 +1,13 @@ -* @hashicorp/consul-core-reviewers @hashicorp/nomad-eng +# 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 -/.release/ @hashicorp/release-engineering -/.github/workflows/ci.yml @hashicorp/release-engineering +# 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 fb360eb0f4af6b976c89d19ed0e04a5fc673437c Mon Sep 17 00:00:00 2001 From: Mukesh Choudhari Date: Mon, 18 Nov 2024 09:38:38 +0530 Subject: [PATCH 2/2] Update CODEOWNERS file in .github/CODEOWNERS --- .github/CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 3da71e03..f309dd37 100644 --- a/.github/CODEOWNERS +++ b/.github/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 @hashicorp/nomad-eng @hashicorp/raft-force # 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