Skip to content

Commit

Permalink
chore: add code owners (vanus-labs#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
wenfengwang authored Jun 6, 2022
1 parent 008d6a4 commit f30f917
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/licenserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ header:
- '**/*.sh'
- 'Makefile'
- 'buf.lock'
- 'CODEOWNERS'
comment: on-failure
25 changes: 25 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
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

0 comments on commit f30f917

Please sign in to comment.