commit-message-checker icon indicating copy to clipboard operation
commit-message-checker copied to clipboard

GitHub Action that checks commit messages of pushes and pull request against a regex pattern

Results 17 commit-message-checker issues
Sort by recently updated
recently updated
newest added

Merge commits can be identified by having two parent commits, so we add to the GraphQL query selecting PR commits to also return `parents.totalCount`. This shows any standard commit having...

enhancement

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.4.0 to 1.9.1. Changelog Sourced from @​actions/core's changelog. 1.9.1 Randomize delimiter when calling core.exportVariable 1.9.0 Added toPosixPath, toWin32Path and toPlatformPath utilities #1102 1.8.2 Update to v2.0.1 of...

dependencies

### Code of Conduct - [X] I agree to follow this project's Code of Conduct ### Is there an existing issue for this? - [X] I have searched the existing...

bug

Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.4.0 to 16.7.0. Release notes Sourced from jsdom's releases. Version 16.7.0 Added AbortSignal.abort(). (ninevra) Added dummy x and y properties to the return value of getBoundingClientRect(). (eiko)...

dependencies

### Code of Conduct - [X] I agree to follow this project's Code of Conduct ### Is there an existing issue for this? - [X] I have searched the existing...

enhancement

Hi, I am trying to run a organizational workflow across multiple repos, trying to enforce work items to be linked to every commit. But i am getting this error Run...

enhancement

Currently, the regex in the `Check Line Length` step fails commits that have less than 74 characters. This regex is most likely what users want - fail for commit messages...

Updating the main action to node20, and updating other actions used to the node20 version. Updated documentation to reflect a potential new version, updated package.json to 3.0.0 version, and to...

This PR bumps the actions runner to node20. If you would like, I feel the following should likely be addressed as well, and I am happy to knock them out:...

### Code of Conduct - [X] I agree to follow this project's Code of Conduct ### Is there an existing issue for this? - [X] I have searched the existing...

enhancement