Automatic issues closing with commit messages doesn’t remove the 'doing' tag
Summary
Automatic issues closing with commit messages doesn’t remove the 'doing' tag
Steps to reproduce
- Create an issue (e.g issue #1 (closed)) and put it on the 'doing' list
- The issue #1 (closed) automatically assigned the 'doing' label (as expected)
- From git client, commit a change and add "this commit fix #1 (closed)" to the commit message
- The issue #1 (closed) will be moved to the "closed" list (as expected)
- The 'doing' label does not removed (NOT as expected)