diff --git a/.github/workflows/add-contributor.yml b/.github/workflows/add-contributor.yml new file mode 100644 index 000000000..5c15bc929 --- /dev/null +++ b/.github/workflows/add-contributor.yml @@ -0,0 +1,26 @@ +name: Update Contributors in README + +on: + push: + branches: ["main"] + workflow_dispatch: + +jobs: + contrib-readme-job: + runs-on: ubuntu-latest + name: A job to automate contrib in readme + permissions: + contents: write + pull-requests: write + steps: + - name: Checkout repository + uses: actions/checkout@v3 + + - name: Update Contributors List + uses: akhilmhdh/contributors-readme-action@v2.3.10 + with: + commit_message: "Updated contributors list" + committer_username: "yashksaini-coder" + committer_email: "115717039+yashksaini-coder@users.noreply.github.com" + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/README.md b/README.md index 0d7085abd..2ef1427b5 100644 --- a/README.md +++ b/README.md @@ -66,3 +66,10 @@ If you are using GitHub Pages for hosting, this command is a convenient way to b ## Contributing We welcome contributions from developers of all experience levels. Please refer to the [CONTRIBUTING.md](./CONTRIBUTING.md) file for guidelines. + +## Our Valuable Contributors ❤️✨ + +We are grateful to all the contributors who have helped improve this project. Your contributions are what make this project better! + + +