mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-28 22:45:26 +08:00
15 lines
295 B
YAML
15 lines
295 B
YAML
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'
|
|
|