Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot
2025-02-25 12:07:21 +00:00
parent c82f9ecc2a
commit 814b3eca14
65 changed files with 1175 additions and 176 deletions

View File

@ -290,7 +290,7 @@ class CommitStatus < Ci::ApplicationRecord
end
def archived?
false
pipeline.archived?
end
def stuck?