liatrio/Prune Stale Branches
A GitHub Action that can be used to prune/cleanup stale and/or unused branches in a repository.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | The API token used to authenticate with GitHub. | yes | — |
| stale-branch-age | The amount and unit of time ([value] [unit]) until a branch is considered stale and flagged for deletion. The default is "30 days". | yes | 30 days |
| stale-branch-issue-age | The amount and unit of time ([value] [unit]) to wait after creating a deletion issue before actually deleting the branch. Default is "7 days". | yes | 7 days |
Outputs
no outputs