Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Add script to sanitize git commit messages
* Introduced `sanatizer-git-commit-messages` script to enforce commit message standards. * The script checks for a valid format in commit messages, ensuring they start with a capitalized word followed by a colon and a space. * It verifies the presence of required keywords: `Change-type:` or `Maintenance-type:`. Maintenance-type: ci
- Loading branch information