Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Normalise inputs #61

Merged
merged 3 commits into from
Jan 7, 2023
Merged

Normalise inputs #61

merged 3 commits into from
Jan 7, 2023

Conversation

vlaurin
Copy link
Owner

@vlaurin vlaurin commented Oct 23, 2022

Resolves #56
Resolves #10

Inputs are only marked as deprecated and won't be removed until v2.0.0 to offer sufficient migration time.

Resolves #56
Resolves #10

With that change, all filters either start with `keep-` (exclusion) or `prune-` (inclusion).
This contributes to making usage of the action more comprehensible and less error prone.
Non-normalised inputs are preserved for backward compatibility until v2 and/or a minimum of one year.

This change also adds support for multiple regexes via new input `prune-tags-regexes` replacing `tag-regex`.
Inputs are only marked as deprecated and won't be removed until v2.0.0 to offer sufficient migration time.
@vlaurin vlaurin marked this pull request as ready for review January 7, 2023 00:29
@vlaurin vlaurin added the type:feature Feature request label Jan 7, 2023
Leverage normalised filter names to make documentation more straightforward.
@vlaurin vlaurin merged commit c2e7089 into main Jan 7, 2023
@vlaurin vlaurin deleted the 56-normalise-inputs branch January 7, 2023 12:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature Feature request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Normalise inputs names Add support for multiple regular expressions in prune-tags-regexes
1 participant