From 38d119e1a5b9bc2d0ccea4a53ee973fa4e7c9393 Mon Sep 17 00:00:00 2001 From: Yash Kumar Saini <115717039+yashksaini-coder@users.noreply.github.com> Date: Sun, 6 Oct 2024 17:08:55 +0530 Subject: [PATCH] Feat: Add contributors action workflow (#29) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add Contributors action workflow * fix: 🐛 Add Contributors Profile list ✅ Closes: #27 --- .github/workflows/add-contributors.yml | 28 ++++++++++++++++++++++++++ README.md | 6 ++++++ 2 files changed, 34 insertions(+) create mode 100644 .github/workflows/add-contributors.yml 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**