GitHub - paulirish/commitlintbot (original) (raw)

commitlintbot

Runs commitlint against your projects PRs


Build Status

version downloads MIT License

All Contributors PRs Welcome Code of Conduct

Watch on GitHub Star on GitHub Tweet

screen shot 2017-10-07 at 4 50 48 pm

The problem

You use conventional-changelog, but you squash pull requests (PRs). So you want PR titles to match the same semantics as your conventional changelog requirements. (If you want a bot to lint against your commit messages instead of the PR title, then check out ahmed-taj/commitlint-bot!)

This solution

commitlintbot is a bot that will update your pull request's commit status based on your PR's title satisfying the requirements of your conventional-changelog configuration. It runs on now.sh, and receives github webhooks and updates a commit status via the Github API.

image image

Configuration

Installation

Now, things should be pretty automatic.

Troubleshooting

The responses of the webhook should be minimally helpful:

image

Dev

getting a magical oauth token to use so the icon is the app not me

  1. https://github.com/login/oauth/authorize?client_id=e3737bbd21bc66fb0a18&login=GoogleChrome&scope=repo:status%20public_repo
  2. grab the code that's in the URL afterwards.
  3. https://developer.github.com/apps/building-oauth-apps/authorizing-oauth-apps/#2-users-are-redirected-back-to-your-site-by-github
    • use postman or whatever to post those in the body

LICENSE

MIT