• Stan Hu's avatar
    Limit the number of merge requests per project to avoid long seeds · b9672d4b
    Stan Hu authored
    This step was taking a long time because seed_fu creates N / 2 merge requests
    for each repo, where N is the number of branches for that repo. At the time of
    this writing, there are 234 branches on the gitlab-ce repo, leading to 117
    merge requests.
    b9672d4b
10_merge_requests.rb 1.29 KB