Skip to content

Commit

Permalink
Add contributors action
Browse files Browse the repository at this point in the history
  • Loading branch information
IndieCoderMM committed Oct 31, 2023
1 parent bd2158e commit 09cbe68
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/contributors.yml
Original file line number Diff line number Diff line change
@@ -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/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- [📙 Getting Started](#-getting-started)
- [🗂️ Project Structure](#️-project-structure)
- [🤝 Contributing](#-contributing)
- [🎖️ Contributors](#️-contributors)
- [📜 License](#-license)


Expand Down Expand Up @@ -97,6 +98,11 @@ You can contribute in many ways:

Please check out our [Contribution Guide](./CONTRIBUTING.md) for more details.

## 🎖️ Contributors

<!-- readme: contributors -start -->
<!-- readme: contributors -end -->

## 📜 License

This project is licensed under the MIT License - see the [LICENSE](./LICENSE) for details.

0 comments on commit 09cbe68

Please sign in to comment.