Skip to content

Commit f6305c2

Browse files
authored
Merge pull request #3050 from alibaba/chore/update-codeowners
chore: update code owners
2 parents bd85ca3 + 2892a01 commit f6305c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/CODEOWNERS

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# These owners will be the default owners for everything in
44
# the repo. Unless a later match takes precedence
5-
* @liujuping @JackLian
5+
* @liujuping @1ncounter
66

77
/modules/material-parser @akirakai
88
/modules/code-generator @qingniaotonghua

.github/workflows/publish engine.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
if: >-
1414
contains(github.ref, 'refs/heads/release/') &&
15-
(github.actor == 'JackLian' || github.actor == 'liujuping')
15+
(github.actor == '1ncounter' || github.actor == 'liujuping')
1616
steps:
1717
- uses: actions/checkout@v2
1818
- name: Setup Node.js

0 commit comments

Comments
 (0)