Update vale-cli/vale-action action to v3 - #207
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.1.2→v3.0.0Release Notes
vale-cli/vale-action (vale-cli/vale-action)
v3.0.0Compare Source
Breaking
Nothing was renamed or removed, but several behaviors changed. Each has a way back.
pushusing agithub-pr-*reporter previously reported nothing (this is not PullRequest build, exit 0). They now lint, and can fail. Pinreviewdog_version: 0.17.0to keep the old behavior.levelinput is honored. It was read fromaction.ymland never used. Checks that concluded neutral can now conclude failure. Leavelevelunset for the previous behavior.fail_on_error: truefails on errors only. It previously failed on a finding of any severity for every reporter except the check ones, so a lone suggestion ended the run. Usefail_level: anyto restore that.fail_on_error: false. You get a warning naming how many alerts went unshown.@reviewdogtracks the branch, which is now v3. Pin@v3, or@v2to stay put.Added
reporter: github-pr-review.config,filter,glob,min_alert_level,fail_level,sync,reviewdog_version.workdiris now declared and documented.sync: falselets you restore a cachedStylesPathinstead of re-downloading every package each run.Fixed
write EPIPEwhen reviewdog exited before reading it all (#122)fileslist failing withlstat : no such file or directory(#141)fail_on_error(#89, #150)fail_on_error: true(#84)pushevents (#103)levelinput being ignored (#106)files— use theglobinput; the warning now says so (#123)vale_flagssplitting on whitespace, which broke--filter='.Level == "error"'Internal
The action now ships as a single bundled
dist/index.js;node_modulesis no longer committed, taking the repository from 1,035 tracked files to 23. CI fails if the bundle is out of date with the source.Full Changelog: vale-cli/vale-action@2.1.2...v3.0.0
v3Compare Source
Configuration
📅 Schedule: (in timezone Europe/Amsterdam)
* 1-5 * * *)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.