I'm trying to achieve something like github's support for closing tickets com the commit message, that is, if you issue
git commit -m "fixes #4"
github automatically closes the ticket #4
In this case I'm using lighthouse with a git repo, and I was wondering if it's possible to achieve that functionality