Skip to content

Commit

Permalink
Update code owners. (matrixorigin#21410)
Browse files Browse the repository at this point in the history
## What type of PR is this?

- [ ] API-change
- [ ] BUG
- [ ] Improvement
- [ ] Documentation
- [ ] Feature
- [ ] Test and CI
- [ ] Code Refactoring

## Which issue(s) this PR fixes:

issue #

## What this PR does / why we need it:
  • Loading branch information
fengttt authored Feb 17, 2025
1 parent 4617b79 commit 06d0ed2
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# for triage only

# github and CI-related stuff
.github @sukki37
.github/actions @sukki37
.github/workflow @sukki37
.github @fengttt
.github/actions @fengttt
.github/workflow @fengttt

# files under the top-level directory
/*.yml @sukki37
/*.yaml @sukki37
/.gitignore @sukki37
/.dockerignore @sukki37
/*.yml @fengttt
/*.yaml @fengttt
/.gitignore @fengttt
/.dockerignore @fengttt
/Makefile @zhangxu19830126
/README.md @dengn
/README_CN.md @dengn
Expand All @@ -24,8 +24,8 @@
/cgo @aunjgr
/docs @fengttt
/etc @zhangxu19830126
/optools @sukki37
/pkg @sukki37
/optools @fengttt
/pkg @fengttt
/proto @zhangxu19830126
/cmd @daviszhen @zhangxu19830126
/test @aressu1985 @heni02
Expand Down Expand Up @@ -226,7 +226,7 @@

/pkg/stream @fengttt

/pkg/udf @aylei @daviszhen @fengttt
/pkg/udf @daviszhen @fengttt

/pkg/version @zhangxu19830126

Expand Down

0 comments on commit 06d0ed2

Please sign in to comment.