actions-marketplace-validations/Delete old branches

Delete branches which are older than certain period of time

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
repo_tokenThe GITHUB_TOKEN secretyes
dateA git-log compatible date formatyes
dry_runRun in dry-run mode so no branches are deletednotrue
delete_tagsAlso look for tags to deletenofalse
minimum_tagsMinimum number of tags to keepnofalse
default_branchesDefault branch(es) to excludenomain,master
extra_protected_branch_regexgrep extended (ERE) compatible regex for additional branches to excludeno^$
extra_protected_tag_regexgrep extended (ERE) compatible regex for additional tags to excludeno^$
exclude_open_pr_branchesExclude branches that have an open pull requestnotrue
namedescription
was_dry_runRan in dry-run mode so no branches were deleted
deleted_branchesList of branches that were deleted