From c6ffb0686aff33c536b67f792137d08c8595be71 Mon Sep 17 00:00:00 2001 From: wangxiaoying Date: Tue, 16 Apr 2024 13:37:14 -0700 Subject: [PATCH] add contributor list to readme --- .github/workflows/docs.yml | 9 +++++++++ README.md | 5 +++++ 2 files changed, 14 insertions(+) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index a61afcf89..ff32229b9 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -51,3 +51,12 @@ jobs: branch: gh-pages # The branch the action should deploy to. folder: ./docs/_build/html # The folder the action should deploy. clean-exclude: dev + + contrib-readme: + runs-on: ubuntu-latest + name: A job to automate contrib in readme + steps: + - name: Contribute List + uses: akhilmhdh/contributors-readme-action@v2.3.6 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/README.md b/README.md index bd760fffa..08a7ce0b2 100644 --- a/README.md +++ b/README.md @@ -153,3 +153,8 @@ BibTeX entry: url = {https://www.vldb.org/pvldb/vol15/p2994-wang.pdf}, } ``` + +# Contributors + + + \ No newline at end of file