Skip to content

Commit ae78964

Browse files
authored
Merge pull request #4 from KusionStack/adjust-release-yaml-location
fix(ci): wrong release.yml location in .github dir
2 parents 21ecfcb + f507ce1 commit ae78964

File tree

2 files changed

+3
-3
lines changed

2 files 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
File renamed without changes.

0 commit comments

Comments
 (0)