We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd85ca3 + 2892a01 commit f6305c2Copy full SHA for f6305c2
.github/CODEOWNERS
@@ -2,7 +2,7 @@
2
3
# These owners will be the default owners for everything in
4
# the repo. Unless a later match takes precedence
5
-* @liujuping @JackLian
+* @liujuping @1ncounter
6
7
/modules/material-parser @akirakai
8
/modules/code-generator @qingniaotonghua
.github/workflows/publish engine.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
if: >-
14
contains(github.ref, 'refs/heads/release/') &&
15
- (github.actor == 'JackLian' || github.actor == 'liujuping')
+ (github.actor == '1ncounter' || github.actor == 'liujuping')
16
steps:
17
- uses: actions/checkout@v2
18
- name: Setup Node.js
0 commit comments