Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Readme.md Contributor Section #66

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: Update Contributors

on:
push:
branches:
- main
schedule:
- cron: "0 0 * * 0" # Runs every Sunday at midnight

jobs:
update-contributors:
runs-on: ubuntu-latest
permissions:
contents: write

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Update Contributors Section in README
uses: contributors/[email protected]
with:
use_username: true
columns_per_row: 8
image_size: 75
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Commit and Push Changes
run: |
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git add README.md
git diff --quiet || git commit -m "Update contributors list"
git push
23 changes: 19 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,14 +133,29 @@ npm start
7. **Open a Pull Request:**
- Go to the GitHub page of your forked repository, and you should see an option to create a pull request. Click on it, provide a descriptive title and description for your pull request, and then submit it.

<hr>
<hr>

## Contributors 👀💖

<div align="center">
<a href="https://github.com/Ramsey99/fest-registration/graphs/contributors">
<img src="https://contrib.rocks/image?repo=Ramsey99/fest-registration&max=100" />
</a>
</div>

---

<div align="center">
⭐️ Support the Project
If you find this project helpful, please consider giving it a star on GitHub! Your support helps to grow the project and reach more contributors.

### Show some ❤️ by starring this awesome repository!

## License
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
</div>
---

## License 📁

This project is licensed under the MIT License. See the [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) file fot more details.
</div>

<h2 align="center"> Happy Coding 🚀👨‍💻</h2>