From 8f0aa6643d1c2afba0adac126dfd55f167ee9bae Mon Sep 17 00:00:00 2001 From: xzwang <62385492+aJupyter@users.noreply.github.com> Date: Thu, 18 Jan 2024 23:07:24 +0800 Subject: [PATCH 1/4] Create reademe-contributors --- .github/workflows/reademe-contributors | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/reademe-contributors 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 }} From 9257e1982380177e8f10f8a1173170fedfbe1a08 Mon Sep 17 00:00:00 2001 From: xzwang <62385492+aJupyter@users.noreply.github.com> Date: Thu, 18 Jan 2024 23:07:58 +0800 Subject: [PATCH 2/4] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e0811a4..ac6359c 100644 --- a/README.md +++ b/README.md @@ -1 +1,7 @@ # EmoLLM + +## 贡献者 + + + + From f30c5a2be21c591836aaa86a7da1962e8eebe986 Mon Sep 17 00:00:00 2001 From: xzwang <62385492+aJupyter@users.noreply.github.com> Date: Thu, 18 Jan 2024 23:18:21 +0800 Subject: [PATCH 3/4] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ac6359c..4e767af 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # EmoLLM -## 贡献者 +## 🌟 Contributors - - - +[![EmoLLM contributors](https://contrib.rocks/image?repo=aJupyter/EmoLLM&max=2000)](https://github.com/aJupyter/EmoLLM/graphs/contributors) From 21e452b703a4c5a1298fd4927f68c165786233ed Mon Sep 17 00:00:00 2001 From: xzwang <62385492+aJupyter@users.noreply.github.com> Date: Thu, 18 Jan 2024 23:22:20 +0800 Subject: [PATCH 4/4] Update README.md