balvajs/Cleanup stale branches

Simple action for deleting stale branches

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
days-to-deleteNumber of days without activity after which the branch will be deleted. Default is 90 days.no90
dry-runIf set to true, the action will only log the branches that would be deleted, but will not delete them. Default is true.notrue
repositoryRepository name and owner in format owner/repo. Default is current repository.no${{ github.repository }}
tokenGitHub token. Default is github.tokenno${{ github.token }}

no outputs