-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/vansh-codes/gityzer
- Loading branch information
Showing
3 changed files
with
155 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
name: Update Contributors in README | ||
|
||
on: | ||
push: | ||
branches: ["master"] | ||
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/[email protected] | ||
with: | ||
commit_message: "Updated contributors list" | ||
committer_username: "vansh-codes" | ||
committer_email: "[email protected]" | ||
readme_path: "CONTRIBUTORS.md" | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
## Contributors | ||
We are immensely grateful to the following amazing individuals who have contributed their time, effort, and expertise to make this project better. Your contributions, whether through code, documentation, bug reports, or feature suggestions, have been invaluable. Thank you for helping us build and improve GITYZER 🌟✨ | ||
|
||
Your dedication and hard work are what drive this project forward, and we couldn't have done it without you. Each contribution, no matter how small, plays a crucial role in our journey towards creating a more efficient and user-friendly tool for developers. 🙌💻 | ||
|
||
We look forward to your continued support and collaboration. Together, we can achieve even greater heights! 🚀🌐 | ||
|
||
Thank you once again to all our contributors! Your efforts are truly appreciated. 💖👏 | ||
|
||
<!-- readme: contributors -start --> | ||
<table> | ||
<tbody> | ||
<tr> | ||
<td align="center"> | ||
<a href="https://github.com/vansh-codes"> | ||
<img src="https://avatars.githubusercontent.com/u/114163734?v=4" width="100;" alt="vansh-codes"/> | ||
<br /> | ||
<sub><b>Vansh Chaurasiya</b></sub> | ||
</a> | ||
</td> | ||
<td align="center"> | ||
<a href="https://github.com/yashksaini-coder"> | ||
<img src="https://avatars.githubusercontent.com/u/115717039?v=4" width="100;" alt="yashksaini-coder"/> | ||
<br /> | ||
<sub><b>Yash Kumar Saini</b></sub> | ||
</a> | ||
</td> | ||
<td align="center"> | ||
<a href="https://github.com/Tamanna225"> | ||
<img src="https://avatars.githubusercontent.com/u/119917783?v=4" width="100;" alt="Tamanna225"/> | ||
<br /> | ||
<sub><b>Tamanna</b></sub> | ||
</a> | ||
</td> | ||
<td align="center"> | ||
<a href="https://github.com/HarshitShukla-dev"> | ||
<img src="https://avatars.githubusercontent.com/u/109151752?v=4" width="100;" alt="HarshitShukla-dev"/> | ||
<br /> | ||
<sub><b>Harshit Shukla</b></sub> | ||
</a> | ||
</td> | ||
<td align="center"> | ||
<a href="https://github.com/adityakalburgi"> | ||
<img src="https://avatars.githubusercontent.com/u/124163311?v=4" width="100;" alt="adityakalburgi"/> | ||
<br /> | ||
<sub><b>Aditya kalburgi</b></sub> | ||
</a> | ||
</td> | ||
</tr> | ||
<tbody> | ||
</table> | ||
<!-- readme: contributors -end --> | ||
|
||
<br> | ||
|
||
### ↳ Stargazers | ||
|
||
<div align='center'> | ||
|
||
[![Stargazers repo roster for @vansh-codes/Gityzer](https://reporoster.com/stars/vansh-codes/Gityzer)](https://github.com/vansh-codes/Gityzer/stargazers) | ||
|
||
</div> | ||
|
||
### ↳ Forkers | ||
<div align='center'> | ||
|
||
[![Forkers repo roster for @vansh-codes/Gityzer](https://reporoster.com/forks/vansh-codes/Gityzer)](https://github.com/vansh-codes/Gityzer/network/members) | ||
|
||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters