Skip to content

Fix enviroments seeding on certain branch names

What does this MR do?

Prevent seeding from blowing up on branch names that don't contain an alphanumerical character.

Are there points in the code the reviewer needs to double check?

The combination of first(10) and sample(4) was done to prevent people that seeded a large number of MRs to have to wait a long time. Also, I'm not quite sure about the style

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes gitlab-org/gitlab-ce#45051

Merge request reports