mirror of https://github.com/milvus-io/milvus.git
[skip ci]Update all-contributors (#6057)
Signed-off-by: Xiangyu Wang <xiangyu.wang@zilliz.com>pull/6062/head
parent
b72e4c6372
commit
879c1e6436
|
@ -1,9 +1,9 @@
|
||||||
name: add contributor
|
name: all-contributors
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
# * is a special character in YAML so you have to quote this string
|
# * is a special character in YAML so you have to quote this string
|
||||||
- cron: '50 11 * * *'
|
- cron: '10 3 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
contributor:
|
contributor:
|
||||||
|
@ -12,6 +12,6 @@ jobs:
|
||||||
- uses: milvus-io/hero-bot@1.3
|
- uses: milvus-io/hero-bot@1.3
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.ALL_CONTRIBUTORS_TOKEN }}
|
token: ${{ secrets.ALL_CONTRIBUTORS_TOKEN }}
|
||||||
repos: 'milvus-io/milvus,milvus-io/pymilvus'
|
repos: 'milvus-io/milvus,milvus-io/milvus-helm,milvus-io/bootcamp,milvus-io/milvus.io,milvus-io/milvus-sdk-java,milvus-io/pymilvus'
|
||||||
targetRepo: 'milvus-io/milvus'
|
targetRepo: 'milvus-io/milvus'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue