tiendanube/Stale Branches

Finds and deletes stale branches

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
repo-tokenThe token to be used to auth with GitHubs API. Can be passed in using `{{ secrets.GITHUB_TOKEN }}`no${{ github.token }}
days-before-staleNumber of days a branch has been inactive before it is considered stale. Default: 120.no120
days-before-deleteNumber of days a branch has been inactive before it is deleted. Default: 180.no180
comment-updatesIf this is enabled, a comment with updated information will be added to existing issues each workflow run.nofalse
max-issuesThis dictates the number of Stale issues that can exist. It also limits the number of branches that can be deleted per run.no20
tag-committerWhen an issue is opened, this will tag the stale branchs last committer in the comments.nofalse
stale-branch-labelLabel to be applied to issues created for stale branches.nostale branch 🗑️
compare-branchesCompares current branch with default branch. Options: off | info | savenooff
namedescription
deleted-branchesList of all deleted branches.
stale-branchesList of all stale branches.