Skip to content

Add workflow to auto-update contributors list#182

Merged
em3s merged 3 commits intomainfrom
feature/auto-update-contributors
Feb 5, 2026
Merged

Add workflow to auto-update contributors list#182
em3s merged 3 commits intomainfrom
feature/auto-update-contributors

Conversation

@em3s
Copy link
Copy Markdown
Contributor

@em3s em3s commented Feb 5, 2026

Summary

Fix contributors list caching issue by adding a daily cache-busting workflow.

The contrib.rocks service caches contributor images, preventing timely updates. This PR adds a workflow that updates the version parameter daily to invalidate the cache.

Changes

  • Add .github/workflows/update-contributors.yml workflow
    • Runs daily (00:00 UTC) or on manual trigger
    • Updates &v=YYYYMMDD parameter in contrib.rocks URL
    • Creates PR for the change (protected branch compatible)
  • Update README.md with versioned contrib.rocks URL

How to Test

  1. Trigger the workflow manually via Actions tab
  2. Verify PR is created with updated version parameter
  3. Merge PR and check that contributor images refresh

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@dosubot dosubot bot added size:XS This PR changes 0-9 lines, ignoring generated files. enhancement New feature or request labels Feb 5, 2026
- Add update-contributors.yml workflow (weekly schedule)
- Replace contrib.rocks with marker comments in README.md

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@dosubot dosubot bot added size:M This PR changes 30-99 lines, ignoring generated files. and removed size:XS This PR changes 0-9 lines, ignoring generated files. labels Feb 5, 2026
@em3s em3s changed the title ci: add workflow to auto-update contributors list chore: add workflow to auto-update contributors list Feb 5, 2026
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@em3s em3s merged commit 1c2d49f into main Feb 5, 2026
9 checks passed
@em3s em3s self-assigned this Feb 6, 2026
@em3s em3s changed the title chore: add workflow to auto-update contributors list Add workflow to auto-update contributors list Feb 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request size:M This PR changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant