Gitlab:在提交评论中添加快速操作

Gitlab : add quick-actions in commit comments

我最近发现您可以通过提交关闭 Gitlab 问题。
例如:git commit -m "my commit name Fix #12" 将关闭问题#12。

我也在问题评论中使用快速操作:/spend 1h

是否可以将这两种功能混合在一起:git commit -m "my commit name Fix #12 /spend 1h"
我已经尝试过这个命令,否则它不是好的语法,否则这个功能不存在。

来自official documentation

You can enter these commands while creating a new issue or merge request, and in comments.

Each command should be on a separate line in order to be properly detected and executed.

因此它们似乎只能用于问题正文、合并请求和评论中。它们也需要放在自己的行上。