Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-03-22 21:40:49 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-03-22 21:40:49 +0300
commit7f6b47d3138f2cff2a72035a80794df05e58e543 (patch)
tree1f36966cfc455a52cf391244363d0e9be208fbdb /tooling
parent496a1d765be4fbbf470b247e3f44d6cd79f05dae (diff)
Add latest changes from gitlab-org/gitlab@15-10-stable-ee
Diffstat (limited to 'tooling')
-rw-r--r--tooling/danger/stable_branch.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tooling/danger/stable_branch.rb b/tooling/danger/stable_branch.rb
index 9b467146096..be668731cb4 100644
--- a/tooling/danger/stable_branch.rb
+++ b/tooling/danger/stable_branch.rb
@@ -110,7 +110,7 @@ module Tooling
gitlab
.api
.pipeline_bridges(helper.mr_target_project_id, mr_head_pipeline_id)
- &.find { |bridge| bridge['name'] == 'e2e:package-and-test' }
+ &.find { |bridge| bridge['name'].include?('package-and-test') }
end
def stable_target_branch