mirror of https://github.com/milvus-io/milvus.git
Update all-contributors.yaml (#7502)
Signed-off-by: sutcalag <zhuanghong.chen@zilliz.com>pull/7524/head
parent
1401ed516d
commit
877e2d7ba9
|
@ -22,9 +22,9 @@ jobs:
|
||||||
sudo git clone https://.:${{ secrets.ALL_CONTRIBUTORS_TOKEN }}@github.com/${{ github.repository }}.git
|
sudo git clone https://.:${{ secrets.ALL_CONTRIBUTORS_TOKEN }}@github.com/${{ github.repository }}.git
|
||||||
git config --global user.email "sre-ci-robot@zilliz.com"
|
git config --global user.email "sre-ci-robot@zilliz.com"
|
||||||
git config --global user.name "sre-ci-robot"
|
git config --global user.name "sre-ci-robot"
|
||||||
export reponame=${{ github.repository }}
|
sudo chmod -R 777 milvus
|
||||||
sudo chmod -R 777 ${reponame##*/}
|
cd milvus
|
||||||
cd ${reponame##*/}
|
pwd
|
||||||
|
|
||||||
- name: Update README.md
|
- name: Update README.md
|
||||||
uses: milvus-io/hero-bot@dco-enabled
|
uses: milvus-io/hero-bot@dco-enabled
|
||||||
|
@ -37,6 +37,7 @@ jobs:
|
||||||
isAscend: True
|
isAscend: True
|
||||||
width: '30px'
|
width: '30px'
|
||||||
customUserConfig: 'milvus-io/milvus/.contributors'
|
customUserConfig: 'milvus-io/milvus/.contributors'
|
||||||
|
workingDir: '/home/runner/work/milvus/milvus/milvus'
|
||||||
|
|
||||||
- name: Update README_CN.md
|
- name: Update README_CN.md
|
||||||
uses: milvus-io/hero-bot@dco-enabled
|
uses: milvus-io/hero-bot@dco-enabled
|
||||||
|
@ -49,10 +50,11 @@ jobs:
|
||||||
isAscend: True
|
isAscend: True
|
||||||
width: '30px'
|
width: '30px'
|
||||||
customUserConfig: 'milvus-io/milvus/.contributors'
|
customUserConfig: 'milvus-io/milvus/.contributors'
|
||||||
|
workingDir: '/home/runner/work/milvus/milvus/milvus'
|
||||||
|
|
||||||
- name: commit code
|
- name: commit code
|
||||||
run: |
|
run: |
|
||||||
cd ${{ github.event.repository.name }}
|
cd milvus
|
||||||
pwd
|
pwd
|
||||||
git add -u
|
git add -u
|
||||||
git commit -s -m 'Update all contributors'
|
git commit -s -m 'Update all contributors'
|
||||||
|
|
Loading…
Reference in New Issue