Skip to content

Commit f507ce1

Browse files
committed
chore: add @jinjiaKarl to CODEOWNERS
- Update CODEOWNERS file to include @jinjiaKarl as a code owner - Ensure consistent ownership across different file types and directories This change ensures that @jinjiaKarl is included in the code review process for relevant files and directories.
1 parent 016eb5d commit f507ce1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/CODEOWNERS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# @global-owner1 and @global-owner2 will be requested for
77
# review when someone opens a pull request.
88
# * @global-owner1 @global-owner2
9-
* @elliotxx @adohe @ffforest @ruquanzhao @fanfan-yu
9+
* @elliotxx @adohe @ffforest @fanfan-yu @jinjiaKarl
1010
# Order is important; the last matching pattern takes the most
1111
# precedence. When someone opens a pull request that only
1212
# modifies JS files, only @js-owner and not the global
@@ -23,13 +23,13 @@
2323
# explicit write access to the repository. In this example,
2424
# the octocats team in the octo-org organization owns all .txt files.
2525
# *.txt @octo-org/octocats
26-
*.go @elliotxx @adohe @ffforest @ruquanzhao @fanfan-yu
26+
*.go @elliotxx @adohe @ffforest @fanfan-yu @jinjiaKarl
2727

2828
# In this example, @doctocat owns any files in the build/logs
2929
# directory at the root of the repository and any of its
3030
# subdirectories.
3131
# /build/logs/ @doctocat
32-
/.github/ @elliotxx @adohe @ffforest @ruquanzhao @fanfan-yu
32+
/.github/ @elliotxx @adohe @ffforest @fanfan-yu @jinjiaKarl
3333

3434
# The `docs/*` pattern will match files like
3535
# `docs/getting-started.md` but not further nested files like

0 commit comments

Comments
 (0)