https://github.com/open-mpi/pr-git-commit-checker
Marketplace GitHub Action for checking Git commits on a pull request
https://github.com/open-mpi/pr-git-commit-checker
hacktoberfest
Last synced: 3 months ago
JSON representation
Marketplace GitHub Action for checking Git commits on a pull request
- Host: GitHub
- URL: https://github.com/open-mpi/pr-git-commit-checker
- Owner: open-mpi
- License: bsd-3-clause
- Created: 2022-09-17T15:54:24.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-12T21:27:44.000Z (about 2 years ago)
- Last Synced: 2025-02-14T22:52:31.667Z (4 months ago)
- Topics: hacktoberfest
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pull Request Git Commit Checker
A minor action which checks commits on a pull request for certain conformity
policies. If all commits pass, the action succeeds and no comment emitted. If a
check fails for one or many commits, the action fails and a comment is placed on
the PR explaining which commits caused the failure and why. For instance, if
contributed commits need to be signed off, a comment with this message will
appear:`e3042c1`**: foobar**
* *check_signed_off: does not contain a valid Signed-off-by line**Uses [SemVer 2.0.0](https://semver.org/spec/v2.0.0.html)*