diff --git a/.github/workflows/all-contributors.yaml b/.github/workflows/all-contributors.yaml
index 0f7c81a2f9..cb3cb67c0b 100644
--- a/.github/workflows/all-contributors.yaml
+++ b/.github/workflows/all-contributors.yaml
@@ -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'
diff --git a/README.md b/README.md
index 8efef533c9..12f24fecf2 100644
--- a/README.md
+++ b/README.md
@@ -261,6 +261,8 @@ Milvus [bootcamp](https://github.com/milvus-io/bootcamp/tree/new-bootcamp) are d
Contributions to Milvus are welcome from everyone. See [Guidelines for Contributing](https://github.com/milvus-io/milvus/blob/master/CONTRIBUTING.md) for details on submitting patches and the contribution workflow. See our [community repository](https://github.com/milvus-io/community) to learn about our governance and access more community resources.
+
+
## Documentation
@@ -307,4 +309,3 @@ Milvus adopts dependencies from the following:
- Thank [Pulsar](https://github.com/apache/pulsar) for its great distributed information pub/sub platform.
- Thank [RocksDB](https://github.com/facebook/rocksdb) for the powerful storage engines.
-


























































































































\ No newline at end of file
diff --git a/README_CN.md b/README_CN.md
index c8e0d27340..cda3c56329 100644
--- a/README_CN.md
+++ b/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) 了解社区管理准则并获取更多社区资源。
+
+
## Milvus 文档
### SDK