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

Signed-off-by: Xiangyu Wang <xiangyu.wang@zilliz.com>
pull/6062/head
Xiangyu Wang 2021-06-24 11:14:52 +08:00 committed by GitHub
parent b72e4c6372
commit 879c1e6436
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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'