Skip to content

Releases: ccdc-opensource/commit-hooks

CCDC commit hooks action v7.3

07 May 13:46
6217d92

Choose a tag to compare

What's Changed

Allow co-pilot autofix commit messages

Full Changelog: v7.2...v7.3

CCDC commit hooks action v7.2

01 May 08:29
2ca7d04

Choose a tag to compare

What's Changed

Confirm real python is being used instead of Microsoft store python.

Full Changelog: v7.1...v7.2

CCDC commit hooks action v7.1

30 Apr 16:37
62e2405

Choose a tag to compare

What's Changed

Catch more window cases and add python and python 3 tests

Full Changelog: v7...v7.1

CCDC commit hooks action v7

28 Apr 22:04
b255ac3

Choose a tag to compare

What's Changed

  • Skip the commit message check completely if it's auto-generated
  • Remove a skip message that is not helpful and misleading
  • Skip JIRA marker check when merging also from remote tracking branch
  • Update setup-python action
  • Add another Github generate commit message
  • Deal with () in filenames by escaping them
  • Create exception for .bat files in check_eol
  • Remove the requirement for JIRA in opensource
  • Update githooks.py
  • Remove opensource JIRA requirements
  • Update commits to ingest python or python3
  • Create MIT LICENSE

Full Changelog: v6...v7

CCDC commit hooks action v6

25 Jun 15:35

Choose a tag to compare

  • Ignore submodule directory when checking files
  • git command output with invalid UTF-8 is processed gracefully
  • Local hooks check staged files instead of files in working directory

CCDC commit hooks action v5

08 Jun 08:38

Choose a tag to compare

  • Disabled trailing whitespace check
  • Fixed file open decode error
  • Added more git-generated messages for Jira marker exception

CCDC commit hooks action v4

17 May 10:23

Choose a tag to compare

Skip check on github generated commit messages.

CCDC commit hooks action v3

20 Apr 13:03

Choose a tag to compare

The commit message is now checked. We check for Jira ID (unless a NO_JIRA marker is found). We also check for a LARGE_FILE marker, the absence of which will cause the action to check the size of the new and modified files against a threshold.

CCDC commit hooks action v2

29 Mar 11:27

Choose a tag to compare

Use composite steps action instead of docker action so, if needed, it can run on all platforms.

This requires python, so the workflow needs to setup python before running this action.

CCDC commit hooks action v1

23 Mar 13:16

Choose a tag to compare