balvajs/Cleanup stale branches
Simple action for deleting stale branches
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| days-to-delete | Number of days without activity after which the branch will be deleted. Default is 90 days. | no | 90 |
| dry-run | If set to true, the action will only log the branches that would be deleted, but will not delete them. Default is true. | no | true |
| repository | Repository name and owner in format owner/repo. Default is current repository. | no | ${{ github.repository }} |
| token | GitHub token. Default is github.token | no | ${{ github.token }} |
Outputs
no outputs