Merge pull request #3050 from alibaba/chore/update-codeowners

chore: update code owners
This commit is contained in:
唐澜 2024-06-11 21:12:45 +08:00 committed by GitHub
commit f6305c2284
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

2
.github/CODEOWNERS vendored
View File

@ -2,7 +2,7 @@
# These owners will be the default owners for everything in # These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence # the repo. Unless a later match takes precedence
* @liujuping @JackLian * @liujuping @1ncounter
/modules/material-parser @akirakai /modules/material-parser @akirakai
/modules/code-generator @qingniaotonghua /modules/code-generator @qingniaotonghua

View File

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: >- if: >-
contains(github.ref, 'refs/heads/release/') && contains(github.ref, 'refs/heads/release/') &&
(github.actor == 'JackLian' || github.actor == 'liujuping') (github.actor == '1ncounter' || github.actor == 'liujuping')
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Setup Node.js - name: Setup Node.js