From 09cbe6868df3ef7340beac9cb798628d97f0007f Mon Sep 17 00:00:00 2001 From: IndieCoderMM Date: Tue, 31 Oct 2023 23:11:24 +0630 Subject: [PATCH] Add contributors action --- .github/workflows/contributors.yml | 15 +++++++++++++++ README.md | 6 ++++++ 2 files changed, 21 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 0000000..952275b --- /dev/null +++ b/.github/workflows/contributors.yml @@ -0,0 +1,15 @@ +name: Contributors + +on: + push: + branches: ["main", "dev"] + +jobs: + ContributorsList: + runs-on: ubuntu-latest + name: Adding Contributors List + steps: + - name: Contribute List + uses: akhilmhdh/contributors-readme-action@v2.3.6 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/README.md b/README.md index 6015dd4..d8addb5 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ - [📙 Getting Started](#-getting-started) - [🗂️ Project Structure](#️-project-structure) - [🤝 Contributing](#-contributing) + - [🎖️ Contributors](#️-contributors) - [📜 License](#-license) @@ -97,6 +98,11 @@ You can contribute in many ways: Please check out our [Contribution Guide](./CONTRIBUTING.md) for more details. +## 🎖️ Contributors + + + + ## 📜 License This project is licensed under the MIT License - see the [LICENSE](./LICENSE) for details.