diff --git a/.github/workflows/all-contributors.yaml b/.github/workflows/all-contributors.yaml new file mode 100644 index 0000000000..0e9b532f56 --- /dev/null +++ b/.github/workflows/all-contributors.yaml @@ -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' +