jonnyzzz / TeamCity.GitHub

Integration of TeamCity and GitHub
216 stars 63 forks source link

Add option to check for required patterns in commit messages, pull request title #94

Open adifire opened 9 years ago

adifire commented 9 years ago

I would like to have a feature that checks for patterns in commit messages or pull request title. For example a status to indicate whether the PR, either in title or commit messages, contains an issue number to associate with the PR.

This is similar to the feature in this https://git-scm.com/book/en/v2/GitHub-Scripting-GitHub#Changing-the-Status-of-a-Pull-Request.