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.0
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: main
Choose a head ref
  • 13 commits
  • 19 files changed
  • 8 contributors

Commits on Jul 14, 2025

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

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

Commits on Sep 1, 2025

  1. chore(deps): bump actions/attest-build-provenance from 2 to 3 (#267)

    Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 2 to 3.
    - [Release notes](https://github.com/actions/attest-build-provenance/releases)
    - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md)
    - [Commits](actions/attest-build-provenance@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/attest-build-provenance
      dependency-version: '3'
      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 Sep 1, 2025
    Configuration menu
    Copy the full SHA
    9d37b32 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2025

  1. feat: add alias cchk for commit-check (#268)

    * feat: add alias for commit-check
    
    * chore: pre-commit autoupdate
    
    * fix: rename cc to cchk
    shenxianpeng authored Sep 3, 2025
    Configuration menu
    Copy the full SHA
    bed0271 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2025

  1. docs: Add comprehensive GitHub Copilot development instructions (#270)

    * Initial plan
    
    * Plan creation and initial repository exploration
    
    Co-authored-by: shenxianpeng <[email protected]>
    
    * Create comprehensive .github/copilot-instructions.md with validated commands and timing
    
    Co-authored-by: shenxianpeng <[email protected]>
    
    * ci: auto fixes from pre-commit.com hooks
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <[email protected]>
    Co-authored-by: shenxianpeng <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    3 people authored Sep 4, 2025
    Configuration menu
    Copy the full SHA
    dc9dd4e View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2025

  1. feat: update prepare-commit-msg to commit-msg (#274)

    fix: update prepare-commit-msg to commit-msg
    shenxianpeng authored Sep 7, 2025
    Configuration menu
    Copy the full SHA
    dc169ba View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2025

  1. Configuration menu
    Copy the full SHA
    6ea530a View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump CodSpeedHQ/action from 3 to 4 (#278)

    * chore(deps): bump CodSpeedHQ/action from 3 to 4
    
    Bumps [CodSpeedHQ/action](https://github.com/codspeedhq/action) from 3 to 4.
    - [Release notes](https://github.com/codspeedhq/action/releases)
    - [Changelog](https://github.com/CodSpeedHQ/action/blob/main/CHANGELOG.md)
    - [Commits](CodSpeedHQ/action@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: CodSpeedHQ/action
      dependency-version: '4'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Enable instrumentation mode for CodSpeed action
    
    Added instrumentation mode to CodSpeed action.
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Xianpeng Shen <[email protected]>
    dependabot[bot] and shenxianpeng authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    313d2ea View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2025

  1. refactor: reduce functions cognitive complexity (#276)

    * refactor: reduce #275 its cognitive complexity
    
    * refactor: move _find_check to util
    
    * refactor: add _print_failure to call
    
    * refactor: add _print_failure to util
    
    * Update commit_check/util.py
    
    Co-authored-by: Copilot <[email protected]>
    
    * fix: update util to pass lint
    
    ---------
    
    Co-authored-by: Copilot <[email protected]>
    shenxianpeng and Copilot authored Sep 9, 2025
    Configuration menu
    Copy the full SHA
    8991ac1 View commit details
    Browse the repository at this point in the history
  2. feat: commit-check support reads piped STDIN (#272)

    * feat: support check stdin for commit-check
    
    * fix: update tests
    
    * Update commit_check/branch.py
    
    Co-authored-by: Copilot <[email protected]>
    
    * Apply suggestion from review
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    * Apply suggestion from @shenxianpeng
    
    * fix: update test_check_imperative_empty_checks
    
    * fix: update to fix lint error
    
    * fix: update test
    
    * chore: update .pre-commit-config.yaml
    
    * Update commit_check/main.py
    
    Co-authored-by: Copilot <[email protected]>
    
    * docs: remove comment
    
    * docs: remove comment
    
    ---------
    
    Co-authored-by: Copilot <[email protected]>
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    3 people authored Sep 9, 2025
    Configuration menu
    Copy the full SHA
    a673de4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48de738 View commit details
    Browse the repository at this point in the history
Loading