ewan's projects — docs
← all docs

auto-sponsor-links

August 12, 2026 1 min read
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

  1. Scans all non-archived, non-fork repositories owned by the configured account
  2. Checks each repository's README.md for an existing GitHub Sponsors badge
  3. For repositories missing sponsor links:
    • Clones the repository
    • Creates a new branch (add-sponsor-links)
    • Appends a ## Support section with Ko-fi and GitHub Sponsors badges to README.md
    • Commits, pushes, and opens a pull request

Tech Stack

Shell scripting driven by a scheduled GitHub Actions workflow.


← all docs