[skip ci]Update all-contributors (#6080)

Signed-off-by: Xiangyu Wang <xiangyu.wang@zilliz.com>
This commit is contained in:
Xiangyu Wang 2021-06-24 17:05:17 +08:00 committed by GitHub
parent 0f409da136
commit b2ec6c1242
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 4 deletions

View File

@ -3,15 +3,25 @@ name: all-contributors
on:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '10 3 * * *'
- cron: '10 9 * * *'
jobs:
contributor:
runs-on: ubuntu-latest
steps:
- uses: milvus-io/hero-bot@1.3
# Update README.md
- uses: milvus-io/hero-bot@1.4
with:
token: ${{ secrets.ALL_CONTRIBUTORS_TOKEN }}
repos: 'milvus-io/milvus,milvus-io/milvus-helm,milvus-io/bootcamp,milvus-io/milvus.io,milvus-io/milvus-sdk-java,milvus-io/pymilvus'
repos: 'milvus-io/milvus,milvus-helm,bootcamp,milvus.io,milvus-sdk-java,pymilvus'
targetRepo: 'milvus-io/milvus'
filePath: 'README.md'
# Update README_CN.md
- uses: milvus-io/hero-bot@1.4
with:
token: ${{ secrets.ALL_CONTRIBUTORS_TOKEN }}
repos: 'milvus-io/milvus,milvus-helm,bootcamp,milvus.io,milvus-sdk-java,pymilvus'
targetRepo: 'milvus-io/milvus'
filePath: 'README_CN.md'

File diff suppressed because one or more lines are too long

View File

@ -254,6 +254,8 @@ Milvus 训练营能够帮助你了解向量数据库的操作及各种应用场
欢迎向 Milvus 社区贡献你的代码。代码贡献流程或提交补丁等相关信息详见 [代码贡献准则](https://github.com/milvus-io/milvus/blob/master/CONTRIBUTING.md)。参考 [社区仓库](https://github.com/milvus-io/community) 了解社区管理准则并获取更多社区资源。
<br><!-- Do not remove start of hero-bot --><br><br><!-- Do not remove end of hero-bot --><br>
## Milvus 文档
### SDK