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

Add skip input #122

Merged
merged 2 commits into from
Oct 29, 2023
Merged

Add skip input #122

merged 2 commits into from
Oct 29, 2023

Conversation

ericcornelissen
Copy link
Owner

@ericcornelissen ericcornelissen commented Oct 29, 2023

Closes #24

Summary

Add an input option which allows users to define a list of "tool version" where if there is a line $tool $version such that $version matched the latest available version for $tool, then the update won't be applied for that $tool. This option is available in all variants of the action.

Update the main update script to accept an environment input called SKIP
which, when set, will be read line by line to look if a given *new*
version for a tool should be skipped or not. I.e., if there is a line
`$tool` `$version` such that `$version` matched the latest available
version for `$tool`, then the update won't be applied. This option is
available in all versions of the action.
@ericcornelissen ericcornelissen added the enhancement New feature or request label Oct 29, 2023
@github-actions github-actions bot added documentation Improvements or additions to documentation action:pr action:commit action:base ci/cd Relates to ci/cd labels Oct 29, 2023
@ericcornelissen ericcornelissen merged commit 1840386 into main Oct 29, 2023
7 checks passed
@ericcornelissen ericcornelissen deleted the 24-skip-input branch October 29, 2023 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action:base action:commit action:pr ci/cd Relates to ci/cd documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support skipping a release of a tool
1 participant