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: v2.11.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: v2.11.1
Choose a head ref
  • 5 commits
  • 5 files changed
  • 3 contributors

Commits on Jul 6, 2026

  1. Configuration menu
    Copy the full SHA
    9e26b4f View commit details
    Browse the repository at this point in the history
  2. ci: pre-commit autoupdate (#460)

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.15.19 → v0.15.20](astral-sh/ruff-pre-commit@v0.15.19...v0.15.20)
    - [github.com/commit-check/commit-check: v2.9.0 → v2.11.0](v2.9.0...v2.11.0)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Jul 6, 2026
    Configuration menu
    Copy the full SHA
    d10f1f9 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2026

  1. fix(require_signed_off_by): allow any name (#462)

    This regex is too strict right now. Same could probably be said about
    the author_name regex. It catches bots like dependabot incorrectly.
    
    Signed-off-by: Randolph Sapp <rs@ti.com>
    StaticRocket authored Jul 9, 2026
    Configuration menu
    Copy the full SHA
    092a824 View commit details
    Browse the repository at this point in the history
  2. test: cover default signoff regex for bot and regular names (#463)

    * test: cover default signoff regex for bot and regular names
    
    The existing SignoffValidator tests pass an inline regex, so the default
    pattern in rules_catalog was never exercised. Build the rule via
    RuleBuilder and assert the shipped default:
    
    - accepts a bracketed bot name (Signed-off-by: dependabot[bot] <...>)
    - accepts a regular Name <email> signoff
    - rejects a message with no signoff trailer
    
    * ci: auto fixes from pre-commit.com hooks
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    shenxianpeng and pre-commit-ci[bot] authored Jul 9, 2026
    Configuration menu
    Copy the full SHA
    df32a83 View commit details
    Browse the repository at this point in the history
  3. fix: skip signoff check for ignored authors (#464)

    SignoffValidator used the base skip helper, so it was the only commit-level
    check that did not honor ignore_authors — a bot in the ignore list still had
    its signoff validated. Use _should_skip_commit_validation so signoff is
    skipped for ignored authors, consistent with the message, author, and body
    checks. Add a test covering the skip behavior.
    shenxianpeng authored Jul 9, 2026
    Configuration menu
    Copy the full SHA
    47bea45 View commit details
    Browse the repository at this point in the history
Loading