Chieze-Franklin / githint-bot

This checks the properties of a Github PR to ensure they meet team conventions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHint ensures that your pull requests follow specified conventions.

Made in Nigeria

There are conventions that may not be easily checked with tools like ESLint or Hound CI. These could range from arbitrary checks like A pull request must be raised by a user whose first name is not more than 6 characters long to more practical checks like A pull request must have at least 2 review comments. GitHint thrives on checking these kinds of conventions.

GitHint fetches metadata about pull requests, commits, branches, trees, and passes the metadata to user-defined scripts for evaluation. Such scripts are expected to return true or false to determine if a pull request is ready to be merged.

To start using GitHint, first install the GitHint GitHub app on your repository and add a .githint.json file to the root directory of the repository. That's it!

For more info visit the documentation.

About

This checks the properties of a Github PR to ensure they meet team conventions

License:ISC License


Languages

Language:JavaScript 98.9%Language:Shell 1.1%