devlooped/Sponsor Labeler

A GitHub Action that labels issues and pull requests if the creator is a sponsor (directly or indirectly via org or contributions).

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
labelThe default sponsor label to apply to the issue or pull request. Defaults to "sponsor 💜".nosponsor 💜
contrib-labelThe label to apply to the issue or pull request for past contributors. Defaults to "sponsor 💚".nosponsor 💚
silver-labelThe label to apply when sponsor amount is above the silver-amount. Defaults to "sponsor 🤍".nosponsor 🤍
silver-amountSponsors over this amount are labeled with silver-label instead. Defaults to 50.no50
gold-labelThe label to apply when sponsor amount is above the gold-amount. Defaults to "sponsor 💛".nosponsor 💛
gold-amountSponsors over this amount are labeled with gold-label instead. Defaults to 100.no100
sponsorableThe account to check for sponsorship. Defaults to the repository owner.no${{ github.repository_owner }}
tokenThe token to use for querying the GitHub API for sponsorship information. Typically set to secrets.GH_TOKEN.yes
verboseWhether to perform verbose logging when failing to find a sponsorship. Defaults to false.nofalse

no outputs