freenet-actions/Delete old releases
Delete old GitHub releases
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | The GitHub token | yes | — |
| prefix | Delete all releases matching this prefix | no | — |
| regex | Delete all releases matching the regular expression | no | — |
| max-age | How old a release is allowed to be before it is deleted | yes | P1W |
| delete-tags | Delete the tag the release was created from | no | false |
| keep-latest-releases | Keep the latest release per group. The group is specified by a named capturing group "group" in the regex input. | no | false |
| dry-run | Do not delete any releases, only log their names | no | false |
Outputs
no outputs