Skip to content

Releases: ccdc-opensource/commit-hooks

CCDC commit hooks action v6

25 Jun 15:35
Compare
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
Compare
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
Compare
Choose a tag to compare

Skip check on github generated commit messages.

CCDC commit hooks action v3

20 Apr 13:03
Compare
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
Compare
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
Compare
Choose a tag to compare