[skip ci]Add all-contributions GitHub Action (#6041)

Signed-off-by: Xiangyu Wang <xiangyu.wang@zilliz.com>
pull/6043/head
Xiangyu Wang 2021-06-23 19:41:16 +08:00 committed by GitHub
parent 94984c41dc
commit ae214d63b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

14
.github/workflows/all-contributors.yaml vendored Normal file
View File

@ -0,0 +1,14 @@
name: add contributor
on: push
jobs:
contributor:
runs-on: ubuntu-latest
steps:
- uses: milvus-io/hero-bot@1.3
with:
token: ${{ secrets.ALL_CONTRIBUTORS_TOKEN }}
repos: 'milvus-io/milvus,milvus-io/pymilvus'
targetRepo: 'milvus-io/milvus'