Releases: ccdc-opensource/commit-hooks
Releases · ccdc-opensource/commit-hooks
CCDC commit hooks action v7.3
CCDC commit hooks action v7.2
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
CCDC commit hooks action v7
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
- 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
- Disabled trailing whitespace check
- Fixed file open decode error
- Added more git-generated messages for Jira marker exception
CCDC commit hooks action v4
Skip check on github generated commit messages.
CCDC commit hooks action v3
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
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
CCDC commit hooks action