int128/stale-branch-action
Delete stale branches
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| expiration-days | Expiration in days | yes | — |
| ref-prefix | Prefix of refs | no | refs/heads/ |
| exclude-refs | Exclude ref by pattern (multiline string) | no | — |
| dry-run | Do not delete refs actually | yes | false |
| ignore-deletion-errors | Ignore any errors of git push origin --delete | yes | false |
| token | GitHub token | yes | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| stale-refs | Stale ref names (multiline string) |