Skip to content

Reopens github issues that are automatically closed via the commit messages and then applies a tag to the issue

Notifications You must be signed in to change notification settings

charleshimmer/post-commit-autotag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Post Commit Autotag

The purpose of this script (written in Node.js) is to be a "Post-Receive URL" that reopens Git Hub issues that were closed by the commit messsage. Git Hub automatically closes issues that were refenced in a commit message like this


    git commit -m"Fixes #123, typo in url..."

This script would then re-open issue #123, and apply a label to that issue, like "Testable" or "Verify" (you choose). It can also handle multiple issues being fixed in a single commit like this.


    git commit -m"Fixes #123, fixes #234, and closes #46 because of typo in url..."

About

Reopens github issues that are automatically closed via the commit messages and then applies a tag to the issue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published