Skip to content

Tags: commit-check/commit-check

Tags

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: support additional `allow_branch_names` in configuration (#336)

feat: support additional allow_branch_names in configuration

v2.1.2

Toggle v2.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: support commit-check without requiring `ref` in `actions/checko…

…ut` (#322)

* feat: Fallback to environment variables (GitHub Actions)

* test: add more tests

* fix: update util and test per review

* fix: update util and test per review

v2.1.1

Toggle v2.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Split `alignappend` into separate `align` and `append` imperativ…

…es (#321)

* chore: Update imperatives.py

closes #318

* chore: Fix alphabetical ordering of new entries

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: update default values to algin with configuration file (#313)

* chore: align default values with config

* chore: fix by pre-commit

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: update regex to support breaking changes (#305)

v0.10.2

Toggle v0.10.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: skip signoff check merge commits (#266)

* Initial plan

* Fix signoff check to skip merge commits like imperative check does

Co-authored-by: shenxianpeng <3353385+shenxianpeng@users.noreply.github.com>

* Fix main.py to pass commit_msg_file parameter to check_commit_signoff

Co-authored-by: shenxianpeng <3353385+shenxianpeng@users.noreply.github.com>

* chore: update by pre-commit run -a

* fix: ensure commit message is not a merge commit

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: shenxianpeng <3353385+shenxianpeng@users.noreply.github.com>
Co-authored-by: shenxianpeng <xianpeng.shen@gmail.com>

v0.10.1

Toggle v0.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(message): protect the message regex check (#260)

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: add example for failed imperative mood checks (#259)

docs: update README.md

v0.9.9

Toggle v0.9.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: add package write permission (#255)

v0.9.8

Toggle v0.9.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: display a clear message when there are no commits (#244)

* fix: check if there are commit in the current branch

* fix: check if there are commit in the current branch

* add output when no commits found

* docs: change output when no commits found

* test: add more test for util