Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lycheeverse/lychee-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.1
Choose a base ref
...
head repository: lycheeverse/lychee-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.5.0
Choose a head ref
  • 12 commits
  • 9 files changed
  • 4 contributors

Commits on Mar 22, 2022

  1. Bump peter-evans/create-issue-from-file from 3 to 4 (#98)

    Bumps [peter-evans/create-issue-from-file](https://github.com/peter-evans/create-issue-from-file) from 3 to 4.
    - [Release notes](https://github.com/peter-evans/create-issue-from-file/releases)
    - [Commits](peter-evans/create-issue-from-file@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: peter-evans/create-issue-from-file
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 22, 2022
    Configuration menu
    Copy the full SHA
    e1ef974 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

  1. Fix condition in README (#102)

    mbg authored Apr 7, 2022
    Configuration menu
    Copy the full SHA
    a0ada99 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. Create FUNDING.yml

    mre authored Apr 11, 2022
    Configuration menu
    Copy the full SHA
    aa8ce3c View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. Update link to dependabot config

    mre authored Apr 13, 2022
    Configuration menu
    Copy the full SHA
    230b30c View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2022

  1. Set user-agent for link check

    mre authored Apr 15, 2022
    Configuration menu
    Copy the full SHA
    3efe03d View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. Configuration menu
    Copy the full SHA
    a03f369 View commit details
    Browse the repository at this point in the history
  2. Update links.yml

    mre authored Apr 19, 2022
    Configuration menu
    Copy the full SHA
    c0d1093 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. Configuration menu
    Copy the full SHA
    ef925c2 View commit details
    Browse the repository at this point in the history
  2. Bump actions/checkout from 3.0.0 to 3.0.2 (#113)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.0 to 3.0.2.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@a12a394...2541b12)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 11, 2022
    Configuration menu
    Copy the full SHA
    2758201 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2022

  1. Add support for Github Job Summaries (#127)

    GitHub Actions Job Summaries, which allow for custom Markdown content on the run summary generated by each job. We use it to generate a report of the link check and attach it to the action run overview page.
    
    Closes #124.
    mre authored May 29, 2022
    Configuration menu
    Copy the full SHA
    099d823 View commit details
    Browse the repository at this point in the history
  2. Run action without Docker

    Move to composite action as described in
    https://dev.to/github/build-your-own-github-action-without-a-docker-container-1eic.
    The goal is to improve runtime by avoiding to build a Docker image.
    
    Closes #121
    mre authored May 29, 2022
    Configuration menu
    Copy the full SHA
    7de5ee7 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2022

  1. Bump lychee to v0.10.0 (#130)

    mre authored May 30, 2022
    Configuration menu
    Copy the full SHA
    76ab977 View commit details
    Browse the repository at this point in the history
Loading