diff --git a/.github/workflows/add-contributors.yml b/.github/workflows/add-contributors.yml new file mode 100644 index 0000000..c0343c7 --- /dev/null +++ b/.github/workflows/add-contributors.yml @@ -0,0 +1,28 @@ +name: Update Contributors in README + +on: + push: + branches: ["main"] + workflow_dispatch: + schedule: + - cron: "0 0 * * *" + +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 }} \ No newline at end of file diff --git a/README.md b/README.md index 0990340..3c6373d 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,12 @@ We welcome contributions to **dypcetclubs.live**! > For major changes, open an issue first to discuss your ideas. +## Our Valuable Contributors ❤️✨ + +We are grateful to all the contributors who have helped improve this project. Your contributions are what make this project better! + + + ## 📄 **License**