From c0091f96c2baa75d55b0724ef8c853be9af744a3 Mon Sep 17 00:00:00 2001 From: Alies Lapatsin Date: Fri, 10 Jan 2025 17:44:38 +0100 Subject: [PATCH] Auto-update contributions --- .github/workflows/contributors.yml | 17 +++++++++++++++++ README.md | 9 ++------- 2 files changed, 19 insertions(+), 7 deletions(-) create mode 100644 .github/workflows/contributors.yml diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml new file mode 100644 index 0000000..3fe2a29 --- /dev/null +++ b/.github/workflows/contributors.yml @@ -0,0 +1,17 @@ +on: + push: + branches: + - main + +jobs: + contrib-readme-job: + runs-on: ubuntu-latest + name: A job to automate contrib in readme + permissions: + contents: write + pull-requests: write + steps: + - name: Contribute List + uses: akhilmhdh/contributors-readme-action@v2.3.10 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/README.md b/README.md index b5334e3..8d330e3 100644 --- a/README.md +++ b/README.md @@ -131,10 +131,5 @@ Many people have contributed to the project since its inception. Thanks to: -- [Daniel Stainback](https://github.com/Torann) (creator of the original package) -- [Dwight Watson](https://github.com/dwightwatson) -- [nikkiii](https://github.com/nikkiii) -- [jeffhennis](https://github.com/jeffhennis) -- [max-kovpak](https://github.com/max-kovpak) -- [dotpack](https://github.com/dotpack) -- [Jess Archer](https://github.com/jessarcher) + + \ No newline at end of file