nadiia / probot-app-pr-title

Enforces the format of PR titles/commits

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

probot-app-pr-title

build status dependencies status npm version

a GitHub App built with probot that enforces the format of PR titles/commits

Overview

The purpose of this bot is to reject PRs with titles that do not conform to format described in https://chris.beams.io/posts/git-commit/

In summary, a PR should be titled such that the sentence "If applied, this commit will $PR_TITLE" makes sense.

Setup

# Install dependencies
npm install

# Run the bot
npm start

See docs/deploy.md if you would like to run your own instance of this app.

About

Enforces the format of PR titles/commits

License:MIT License


Languages

Language:JavaScript 96.8%Language:Dockerfile 3.2%