Issue closing pattern on non-default branches
Created by: ghost
Hi,
when using the "git flow" (that means: master
, develop
and feature branches), is there any way to get the issue closing pattern work with a non-default branch?
For example:
I implement a feature on feature/issue-42
and then I create a MR which includes the pattern "Closes #42 (closed)". This MR goes into develop
. After merging it into develop
it would be awesome if the corresponding issue would be closed automatically.
So can anyone please give me some hints how this can be implemented?
Thanks many in advance,
Stefan