mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci]Update all-contributors (#6080)
Signed-off-by: Xiangyu Wang <xiangyu.wang@zilliz.com>
This commit is contained in:
parent
0f409da136
commit
b2ec6c1242
16
.github/workflows/all-contributors.yaml
vendored
16
.github/workflows/all-contributors.yaml
vendored
@ -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'
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user