forked from vanus-labs/vanus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add code owners (vanus-labs#87)
- Loading branch information
1 parent
008d6a4
commit f30f917
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,4 +29,5 @@ header: | |
- '**/*.sh' | ||
- 'Makefile' | ||
- 'buf.lock' | ||
- 'CODEOWNERS' | ||
comment: on-failure |
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
* @wenfengwang | ||
|
||
/build/* @xdlbdy | ||
|
||
/client/* @ifplusor | ||
|
||
/cmd/controller/* @xdlbdy | ||
/cmd/gateway/* @ifplusor | ||
/cmd/store/* @ifplusor | ||
/cmd/trigger/* @xdlbdy | ||
|
||
/config/* @wenfengwang | ||
|
||
/deploy/* @xdlbdy | ||
|
||
/internal/controller/* @xdlbdy | ||
/internal/controller/eventbus/* @ifplusor | ||
/internal/gateway/* @ifplusor | ||
/internal/kv/* @xdlbdy | ||
/internal/raft/* @ifplusor | ||
/internal/store/* @ifplusor | ||
/internal/trigger/* @xdlbdy | ||
|
||
/raft/* @ifplusor | ||
|