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] 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 }}