diff --git a/.github/workflows/reademe-contributors b/.github/workflows/reademe-contributors new file mode 100644 index 0000000..af3fd9d --- /dev/null +++ b/.github/workflows/reademe-contributors @@ -0,0 +1,14 @@ +on: + push: + branches: + - main +name: Generate a list of contributors +jobs: + contrib-readme-en-job: + runs-on: ubuntu-latest + name: A job to automate contrib in readme + steps: + - name: Contribute List + uses: akhilmhdh/contributors-readme-action@v2.3.4 + env: + GITHUB_TOKEN: ${{ secrets.CONTRIBUTORS_TOKEN }} diff --git a/README.md b/README.md index ab1f6aa..e4225ed 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,6 @@ ## 🌟 Contributors -[![EmoLLM contributors](https://contrib.rocks/image?repo=aJupyter/EmoLLM&max=2000)](https://github.com/aJupyter/EmoLLM/graphs/contributors) \ No newline at end of file +[![EmoLLM contributors](https://contrib.rocks/image?repo=aJupyter/EmoLLM&max=2000)](https://github.com/aJupyter/EmoLLM/graphs/contributors) + +