konsentus/action.tag-deletion-cleanup
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | Github authorisation token. Note, this token must have permission to make administrative changes to the repo (for bypassing branch protection), so the default GITHUB_TOKEN is not appropriate | yes | — |
| remote_name | The name of the remote repository (default: origin) | no | origin |
| ignore_branches | List of branch patterns to ignore when cleaning up trailing branches. (Grep patterns permitted) | no | hotfix/* feature/* |
| backup_dir | Directory name for backups to be stored | no | tag-deletion-cleanup |
Outputs
| name | description |
|---|---|
| cleaned | List of cleaned up branches (comma-separated) |