Add limit support for `branch_names_contains` method
What does this MR do and why?
Contributes to #325871 (closed)
Problem
Method tag_names_contains
supports limit parameter, but it's missing
for branch_names_contains
.
Solution
Extend branch_names_contains
with a limit
parameter.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.