← all docs
← all docs
auto-sponsor-links
github-actionsautomationshelltooling
auto-sponsor-links is a monthly GitHub Actions workflow that scans all non-archived, non-fork repositories owned by a given GitHub user or organisation, checks each README for an existing GitHub Sponsors badge, and opens a pull request adding Ko-fi and GitHub Sponsors links to any repository missing one.
What It Does
- Scans all non-archived, non-fork repositories owned by the configured account
- Checks each repository's
README.mdfor an existing GitHub Sponsors badge - For repositories missing sponsor links:
- Clones the repository
- Creates a new branch (
add-sponsor-links) - Appends a
## Supportsection with Ko-fi and GitHub Sponsors badges toREADME.md - Commits, pushes, and opens a pull request
Tech Stack
Shell scripting driven by a scheduled GitHub Actions workflow.
← all docs