Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot
2025-05-22 09:09:21 +00:00
parent d4e7a67fd0
commit d4d74b4e25
54 changed files with 688 additions and 359 deletions

View File

@ -326,7 +326,7 @@ module Tooling
buff << if deprecation
deprecation.markdown(context: context)
else
"**Deprecated:** #{object[:deprecation_reason]}"
"**Deprecated**: #{object[:deprecation_reason]}"
end
buff << original_description if context == :inline && deprecation&.experiment?