如何 运行 Gitlab $dependabot rebase
How to run Gitlab $dependabot rebase
我正在使用 Gitlab dependabot,它会在包发生一些变化时创建合并请求。它工作正常,但是当我合并一个 MR 时,另一个 MR 已经过时,因此需要重新定位。
它给了我这个输出
You can trigger Dependabot actions by commenting on this MR. $dependabot rebase
will rebase this MR. $dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts.
我以为我可以直接在评论中使用这个命令,但是当我尝试像 $dependabot rebase
或 /$dependabot rebase
那样评论它时
它像普通文本一样评论。
我可以通过MR评论区运行这个命令吗?
这个 GitHub PR(GitLab MR 的想法相同)显示了一条评论:
@dependabot rebase
没有'$
'
我正在使用 Gitlab dependabot,它会在包发生一些变化时创建合并请求。它工作正常,但是当我合并一个 MR 时,另一个 MR 已经过时,因此需要重新定位。
它给了我这个输出
You can trigger Dependabot actions by commenting on this MR.
$dependabot rebase
will rebase this MR.$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts.
我以为我可以直接在评论中使用这个命令,但是当我尝试像 $dependabot rebase
或 /$dependabot rebase
那样评论它时
它像普通文本一样评论。
我可以通过MR评论区运行这个命令吗?
这个 GitHub PR(GitLab MR 的想法相同)显示了一条评论:
@dependabot rebase
没有'$
'