From 6a7ef29bc4476ffdadff993e00d3bf28fc32b761 Mon Sep 17 00:00:00 2001 From: Sapna Kul Date: Sat, 5 Oct 2024 00:46:49 +0530 Subject: [PATCH] Fix the all contributors bot #58 --- .github/workflows/contributors.yml | 18 ++++++++++++++++++ README.md | 3 ++- 2 files changed, 20 insertions(+), 1 deletion(-) 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..e313cf88 --- /dev/null +++ b/.github/workflows/contributors.yml @@ -0,0 +1,18 @@ +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 73b6ddc1..2a73b842 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,8 @@ Special thanks to our amazing mentors who are guiding this project! 🙌
-[![All Contributors](https://img.shields.io/github/all-contributors/projectOwner/projectName?color=ee8449&style=flat-square)](#contributors) + + ## ⭐Support