From 317348dc8d93e905ea8c3ffbd9e560407480a703 Mon Sep 17 00:00:00 2001 From: Ross Hill Date: Mon, 12 Aug 2024 20:44:41 -0400 Subject: [PATCH] =?UTF-8?q?Credit=20contributors=20in=20README=20?= =?UTF-8?q?=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/contributors.yml | 17 +++++++++++++++++ README.md | 7 +++++++ 2 files changed, 24 insertions(+) create mode 100644 .github/workflows/contributors.yml diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml new file mode 100644 index 00000000..11b65896 --- /dev/null +++ b/.github/workflows/contributors.yml @@ -0,0 +1,17 @@ +on: + push: + branches: + - master + +jobs: + update-readme-contributors: + runs-on: ubuntu-latest + name: Update Contributors List + permissions: + contents: write + pull-requests: write + steps: + - name: Update list + uses: akhilmhdh/contributors-readme-action@v2.3.10 + env: + GITHUB_TOKEN: ${{ secrets.README_TOKEN }} diff --git a/README.md b/README.md index 77b3110f..a867125a 100644 --- a/README.md +++ b/README.md @@ -43,3 +43,10 @@ To set up and run the project on your local environment, navigate to the `client - **Run Rust Tests**: `npm run test` - **Lint**: `npm run lint` - identifies potential code issues - **Cleanup**: `npm run clean` - removes caches and build artifacts + +## Contributors + +Many thanks to the following contributors who have helped shape this project: + + +