Skip to content

[pull] main from deadlydog:main #31

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

Merged
merged 4 commits into from
May 25, 2025
Merged
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
5 changes: 3 additions & 2 deletions .github/workflows/update-readme-contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ jobs:
for (const contributor of contributors) {
// Skip GitHub Actions bot or other bots
if (contributor.login === 'github-actions[bot]' ||
contributor.login === 'dependabot[bot]') {
contributor.login === 'dependabot[bot]' ||
contributor.login === 'Copilot') {
continue;
}

Expand All @@ -86,7 +87,7 @@ jobs:
// Check if the README already has a Contributors section
if (readmeContent.includes('## 👥 Contributors')) {
// Replace the existing section using regex to capture everything between the Contributors heading and the next heading
const pattern = /(## 👥 Contributors[\s\S]*?)(\r?\n\r?\n## )/;
const pattern = /(## 👥 Contributors[\s\S]*?)(## 🛣️ Roadmap)/;
readmeContent = readmeContent.replace(pattern, contributorsSection + '$2');
} else {
// Insert before the Roadmap section
Expand Down
1 change: 0 additions & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,12 +221,11 @@

<p align="center">
<a href="https://github.com/deadlydog" title="deadlydog"><img src="https://avatars.githubusercontent.com/u/1187140?v=4" width="50" height="50" style="border-radius:50%;margin:5px;" alt="deadlydog"></a>
<a href="https://github.com/apps/copilot-swe-agent" title="Copilot"><img src="https://avatars.githubusercontent.com/in/1143301?v=4" width="50" height="50" style="border-radius:50%;margin:5px;" alt="Copilot"></a>
<a href="https://github.com/belibug" title="belibug"><img src="https://avatars.githubusercontent.com/u/61643561?v=4" width="50" height="50" style="border-radius:50%;margin:5px;" alt="belibug"></a>

Check warning on line 224 in ReadMe.md

View workflow job for this annotation

GitHub Actions / build-and-test

Unknown word (belibug)

Check warning on line 224 in ReadMe.md

View workflow job for this annotation

GitHub Actions / build-and-test

Unknown word (belibug)

Check warning on line 224 in ReadMe.md

View workflow job for this annotation

GitHub Actions / run-build-and-test / build-and-test

Unknown word (belibug)

Check warning on line 224 in ReadMe.md

View workflow job for this annotation

GitHub Actions / run-build-and-test / build-and-test

Unknown word (belibug)
<a href="https://github.com/ruudmens" title="ruudmens"><img src="https://avatars.githubusercontent.com/u/20253186?v=4" width="50" height="50" style="border-radius:50%;margin:5px;" alt="ruudmens"></a>

Check warning on line 225 in ReadMe.md

View workflow job for this annotation

GitHub Actions / build-and-test

Unknown word (ruudmens)

Check warning on line 225 in ReadMe.md

View workflow job for this annotation

GitHub Actions / build-and-test

Unknown word (ruudmens)

Check warning on line 225 in ReadMe.md

View workflow job for this annotation

GitHub Actions / run-build-and-test / build-and-test

Unknown word (ruudmens)

Check warning on line 225 in ReadMe.md

View workflow job for this annotation

GitHub Actions / run-build-and-test / build-and-test

Unknown word (ruudmens)
<a href="https://github.com/santisq" title="santisq"><img src="https://avatars.githubusercontent.com/u/23342410?v=4" width="50" height="50" style="border-radius:50%;margin:5px;" alt="santisq"></a>

Check warning on line 226 in ReadMe.md

View workflow job for this annotation

GitHub Actions / build-and-test

Unknown word (santisq)

Check warning on line 226 in ReadMe.md

View workflow job for this annotation

GitHub Actions / build-and-test

Unknown word (santisq)

Check warning on line 226 in ReadMe.md

View workflow job for this annotation

GitHub Actions / run-build-and-test / build-and-test

Unknown word (santisq)

Check warning on line 226 in ReadMe.md

View workflow job for this annotation

GitHub Actions / run-build-and-test / build-and-test

Unknown word (santisq)
<a href="https://github.com/adrimus" title="adrimus"><img src="https://avatars.githubusercontent.com/u/37830358?v=4" width="50" height="50" style="border-radius:50%;margin:5px;" alt="adrimus"></a>

Check warning on line 227 in ReadMe.md

View workflow job for this annotation

GitHub Actions / build-and-test

Unknown word (adrimus)

Check warning on line 227 in ReadMe.md

View workflow job for this annotation

GitHub Actions / build-and-test

Unknown word (adrimus)

Check warning on line 227 in ReadMe.md

View workflow job for this annotation

GitHub Actions / run-build-and-test / build-and-test

Unknown word (adrimus)

Check warning on line 227 in ReadMe.md

View workflow job for this annotation

GitHub Actions / run-build-and-test / build-and-test

Unknown word (adrimus)
<a href="https://github.com/ehmiiz" title="ehmiiz"><img src="https://avatars.githubusercontent.com/u/43292173?v=4" width="50" height="50" style="border-radius:50%;margin:5px;" alt="ehmiiz"></a>

Check warning on line 228 in ReadMe.md

View workflow job for this annotation

GitHub Actions / build-and-test

Unknown word (ehmiiz)

Check warning on line 228 in ReadMe.md

View workflow job for this annotation

GitHub Actions / build-and-test

Unknown word (ehmiiz)

Check warning on line 228 in ReadMe.md

View workflow job for this annotation

GitHub Actions / run-build-and-test / build-and-test

Unknown word (ehmiiz)

Check warning on line 228 in ReadMe.md

View workflow job for this annotation

GitHub Actions / run-build-and-test / build-and-test

Unknown word (ehmiiz)
</p>

## 🛣️ Roadmap
Expand Down
Loading