You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.
description: keep old releases with downloads greater than this parameter <
required: false
default: 0
delete_expired_data:
description: Delete releases older than a specified number of days
required: false
default: 0
repo:
description: repo name in the form of <owner>/<repoName>
required: false
delete_tags:
description: whether to delete tags associated to older releases or not
required: false
delete_prerelease_only:
description: Remove only prerelease
required: false
default: false
delete_tag_pattern:
description: part of the tag name. Example, if you want to delete 0.0.1-beta and 0.0.2-beta but not 0.0.1 then set this to just "beta". If not set then it will target all releases.
required: false
github_rest_api_url:
description: the URL of the GitHub Rest API to be used. This might need to be different if you are a GitHub Enterprise user.