Skip to content
This repository has been archived by the owner on Oct 18, 2022. It is now read-only.

AutoClose

kzu edited this page Nov 3, 2014 · 4 revisions

Auto Close Issues

The OctoHook.AutoClose package extends GitHub Issues by a automatically closing issues via standard GitHub mechanism commit messages (i.e. 'fixes #123'), regardless of the commit branch (GitHub by default will only close after the commits are merged to the default branch).

This is very useful because for teams that use feature branches heavily, all commits go to non-default branches and therefore don't cause the associated issues to be closed. This hook changes that behavior so that it works on all branches.

Learn more about supported keywords on the Closing issues via commit messages article.

Install

Install the OctoHook.AutoClose nuget package on your Web API project:

PM> Install-Package OctoHook.AutoClose
Clone this wiki locally