Fix pipeline 893590
What does this MR do and why?
Fix pipeline https://jihulab.com/gitlab-cn/gitlab/-/pipelines/893590
- job: https://jihulab.com/gitlab-cn/gitlab/-/jobs/6039175
- job: https://jihulab.com/gitlab-cn/gitlab/-/jobs/6039022
- job: https://jihulab.com/gitlab-cn/gitlab/-/jobs/6039174
Why
三个失败的任务对应三个错误。
-
::ChatNames::AuthorizeUserService.new
的入参被 Upstream 改了。
从两个参数改成了一个参数
Related Upstream MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/107823 -
一条文案被 Upstream 改了。
之前的If none of the options work, try contacting a GitLab administrator.
改为了If you are unable to sign in or recover your password, contact a GitLab administrator.
Related Upstream MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/107535 -
TrialStatusWidgetHelper#trial_status_widget_data_attrs
的返回值有一个 key-value 的调整
Related Upstream MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/108121
由 路志远 编辑于