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: tim-actions/commit-message-checker-with-regex
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.1
Choose a base ref
...
head repository: tim-actions/commit-message-checker-with-regex
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 8 commits
  • 4 files changed
  • 5 contributors

Commits on Jan 6, 2021

  1. README.md: update versions, fix typos

    Currently, the example uses `@v.0.1.0` version of this package,
    and `@master` of get-pr-commits. This is obviously wrong, since
    v.0.1.0 is not working with the parameters in the example.
    
    Fix the example using last released versions, and fix some typos
    while we're at it.
    kolyshkin authored Jan 6, 2021
    Configuration menu
    Copy the full SHA
    f215e92 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2021

  1. Merge pull request #1 from kolyshkin/patch-1

    README.md: update versions, fix typos
    Tim-Zhang authored Jan 27, 2021
    Configuration menu
    Copy the full SHA
    44e2d29 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. README.md: fix version

    In my previous PR #1
    I made a mistake of using `v1.0.0` instead of `v0.1.0` in one place. This PR fixes that.
    
    PS can you please enable "Issues" for this repo? I want to report a problem but can't;
    thus I am reporting it below.
    
    -----
    
    -- there is a
    tag 'v1' in this repo (https://github.com/tim-actions/commit-message-checker-with-regex/releases/tag/v1)
    which I think needs to be removed as the latest version is v0.3.1 and v1 > v0,
    so dependabot suggest to update from v0.3.1 to v1 which is obviously wrong.
    
    To fix this, `v1` tag need to be removed.
    
    Alternatively, you can release say v1.1 or so and that will fix the issue
    (an update to README.md is required).
    kolyshkin authored Jun 2, 2021
    Configuration menu
    Copy the full SHA
    6edae44 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. Merge pull request #3 from kolyshkin/patch-2

    README.md: fix version
    Tim-Zhang authored Jun 10, 2021
    Configuration menu
    Copy the full SHA
    c95e211 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Change Node from 12 to 16

    soimkim authored Jan 4, 2023
    Configuration menu
    Copy the full SHA
    fc43cbd View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Merge pull request #12 from soimkim/master

    Change Node from 12 to 16
    Tim-Zhang authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    e16b08b View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. [fix] Update @actions/core to v1.10.0

    Fixes #13 - set-output command is deprecated, and has been for quite
    some time. Guidance was to update `@actions/core` to v1.10.0 or greater.
    madelinevdp committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    fe69613 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Merge pull request #14 from madelinevdp/update-actions-core

    [fix] Update @actions/core to v1.10.0
    Tim-Zhang authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    094fc16 View commit details
    Browse the repository at this point in the history
Loading