Thanks to visit codestin.com
Credit goes to github.com

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: commit-check/commit-check
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.10.1
Choose a base ref
...
head repository: commit-check/commit-check
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.10.2
Choose a head ref
  • 3 commits
  • 6 files changed
  • 4 contributors

Commits on Aug 11, 2025

  1. chore(deps): bump actions/download-artifact from 4 to 5 (#262)

    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 11, 2025
    Configuration menu
    Copy the full SHA
    d76ce14 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2025

  1. Configuration menu
    Copy the full SHA
    1b8ff4e View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2025

  1. fix: skip signoff check merge commits (#266)

    * Initial plan
    
    * Fix signoff check to skip merge commits like imperative check does
    
    Co-authored-by: shenxianpeng <[email protected]>
    
    * Fix main.py to pass commit_msg_file parameter to check_commit_signoff
    
    Co-authored-by: shenxianpeng <[email protected]>
    
    * chore: update by pre-commit run -a
    
    * fix: ensure commit message is not a merge commit
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <[email protected]>
    Co-authored-by: shenxianpeng <[email protected]>
    Co-authored-by: shenxianpeng <[email protected]>
    3 people authored Aug 25, 2025
    Configuration menu
    Copy the full SHA
    3537653 View commit details
    Browse the repository at this point in the history
Loading