From 628f482dc7eea1b0e9f742808c3a6f514b718734 Mon Sep 17 00:00:00 2001 From: Michael Schurter Date: Wed, 18 Dec 2024 11:55:12 -0800 Subject: [PATCH] Add @hashicorp/raft-force to CODEOWNERS While not Raft-specific, this library is a dependency of hashicorp/go-immutable-radix which is used is in hashicorp/go-memdb which is most often used with hashicorp/raft and maintained by the @hashicorp/raft-force team. --- .github/CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 3da71e0..2cad39a 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/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