mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-28 14:35:27 +08:00
[skip ci]Add all-contributions GitHub Action (#6041)
Signed-off-by: Xiangyu Wang <xiangyu.wang@zilliz.com>
This commit is contained in:
parent
94984c41dc
commit
ae214d63b9
14
.github/workflows/all-contributors.yaml
vendored
Normal file
14
.github/workflows/all-contributors.yaml
vendored
Normal 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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user