talkgo / night

Weekly Go Online Meetup via Bilibili|Go 夜读|通过 bilibili 在线直播的方式分享 Go 相关的技术话题,每天大家在微信/telegram/Slack 上及时沟通交流编程技术话题。
https://talkgo.org
MIT License
11.97k stars 1.17k forks source link

chore(deps): bump lycheeverse/lychee-action from 1.1.0 to 1.2.0 #770

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps lycheeverse/lychee-action from 1.1.0 to 1.2.0.

Release notes

Sourced from lycheeverse/lychee-action's releases.

Version 1.2.0

New inputs

Input Example Description
format json Use json as output format (instead of markdown)
output /tmp/foo.json Use different output filename
fail true Fail action on broken links

Full example config

- name: Link Checker
  uses: lycheeverse/lychee-action@v1.2.0
  with:
    # Check all markdown and html files in repo (default)
    args: --verbose --no-progress **/*.md **/*.html
    # Use json as output format (instead of markdown)
    format: json
    # Use different output filename
    output: /tmp/foo.txt
    # Fail action on broken links
    fail: true

v1.1.1

Update to lychee 0.8.1 with support for markdown output. See https://github.com/lycheeverse/lychee/releases/tag/v0.8.1 for changelog.

Commits
  • f76b841 Speed up CI: Only run "create issue" action on failure (#65)
  • cbfe754 Add support for extra inputs (#64)
  • 515a3d3 Fix regression on having --format on args input (#63)
  • 05dcb1d Trigger run on PR
  • 53aae90 Rename checker id to lychee
  • 76a3616 Update README.md with method for failing the action (#62)
  • 3ab9eb6 Update docs for v1.1.1
  • cb79c96 Update to lychee 0.8.1 (#59)
  • fe95447 Bump peter-evans/create-issue-from-file from 2 to 3 (#56)
  • 82094e4 Bump peter-evans/create-issue-from-file from 2 to 3 (#57)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
changkun commented 2 years ago

Go away. Please

dependabot[bot] commented 2 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.