-
Notifications
You must be signed in to change notification settings - Fork 579
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
chore(deps): update lycheeverse/lychee-action action to v2 #6220
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6220 +/- ##
=====================================
Coverage 67.0% 67.0%
=====================================
Files 194 194
Lines 12692 12692
=====================================
+ Hits 8512 8514 +2
+ Misses 3902 3901 -1
+ Partials 278 277 -1 |
Looks like this error should be fixed first. |
b124e06
to
17967dd
Compare
17967dd
to
8a89eca
Compare
This upgrade is broken, because lychee-action has a regression where it deletes the config file. |
…6229) Reverts #6220 lychee-action has a regression in v2, where it deletes the config file, and we therefore try checking links for templates that shouldn't be checked. See lycheeverse/lychee-action#255
This PR contains the following updates:
v1.10.0
->v2.0.0
Release Notes
lycheeverse/lychee-action (lycheeverse/lychee-action)
v2.0.0
: Version 2.0.0Compare Source
Breaking Changes
Note: This release improves the action's robustness by changing default behaviors. Changes are only required if you want to opt out of the new failure conditions. Most users won't need to modify their existing configurations.
Fail pipeline on error by default
We've changed the default behavior: pipelines will now fail on broken links automatically. This addresses user feedback that not failing on broken links was unexpected (see issue #71).
What you need to do:
lychee-action@master
branch don't need to make any changes, asfail: true
has been the default there for a while.fail
tofalse
when updating:Fail pipeline if no links were found
Similar to the above change, we now fail the pipeline if no links are found during a run. This helps warn users about potential configuration issues.
What you need to do:
For a more detailed description of the technical aspects behind these changes, please see the full changelog below.
What's Changed
failIfEmpty
argument (fixes #84) by @mre in https://github.com/lycheeverse/lychee-action/pull/86New Contributors
Full Changelog: lycheeverse/lychee-action@v1...v1.11.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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.