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: nosborn/github-action-markdown-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2
Choose a base ref
...
head repository: nosborn/github-action-markdown-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.0
Choose a head ref
  • 11 commits
  • 10 files changed
  • 2 contributors

Commits on Jun 22, 2021

  1. Update copyright year

    nosborn committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    f63bffc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    302bba3 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. Bump actions/checkout from 2.3.4 to 2.3.5

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2.3.4...v2.3.5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and nosborn committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    823add8 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Bump actions/checkout from 2.3.5 to 2.4.0

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 2.4.0.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2.3.5...v2.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and nosborn committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    449cde1 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. Bump actions/setup-python from 2.2.2 to 2.3.1

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.2.2 to 2.3.1.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v2.2.2...v2.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and nosborn committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    569c5b2 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2021

  1. Add .dockerignore

    nosborn committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    23f7dd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4af041e View commit details
    Browse the repository at this point in the history
  3. Expose --ignore-path option

    nosborn committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    3b7c8d5 View commit details
    Browse the repository at this point in the history
  4. Document --ignore-path option

    nosborn committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    b5f9765 View commit details
    Browse the repository at this point in the history
  5. Use a problem matcher

    nosborn committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    7b698a3 View commit details
    Browse the repository at this point in the history
  6. Bump to v3.0.0

    nosborn committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    6e8c18c View commit details
    Browse the repository at this point in the history
Loading