Skip to content

Commit

Permalink
Add @hashicorp/raft-force to CODEOWNERS
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
schmichael authored Dec 18, 2024
1 parent 1f390b1 commit 628f482
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# 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
# those areas of the code.
# Examples:
# /docs/ @docs-team
# *.js @js-team
# *.go @go-team
# *.go @go-team

0 comments on commit 628f482

Please sign in to comment.