You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 18, 2022. It is now read-only.
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.