Skip to content

uber-workflow/probot-app-pr-title

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8c83b91 · Jan 10, 2020

History

92 Commits
Jan 11, 2018
Jan 10, 2020
Oct 10, 2017
Oct 24, 2017
Oct 10, 2017
Apr 19, 2018
Feb 25, 2018
Oct 10, 2017
Dec 7, 2017
Nov 12, 2017
Jan 5, 2018
Jan 10, 2020
Jan 12, 2018
Jan 10, 2020
May 13, 2019

Repository files navigation

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.