-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dependabot::PullRequestCreator.new creates branch name that is too long #3107
Comments
Any updates on this? getting the same thing makes it much harder to use dependabot. |
It seems like this is currently only an issue on GitLab. As we're a small team we're currently relying on community contributions for anything but GitHub, but we would welcome a PR that resolves this for GitLab. The logic around branch naming lives here. One options I see is we could give that a |
@jurre any chance you could check the PR here? |
#5338 is now merged. But I think a follow-on PR is needed to set this arg to I'm unclear if that value should be set here in If the best place to set this is external, then this issue can be closed from the perspective of cc @nudded @TomNaessens as you may know more? |
@jeffwidman yes, we'll be fixing that upstream in the |
For anyone following, |
Package manager/ecosystem
ruby:bundler
What you expected to see, versus what you actually saw
When dependabot tried to create a merge request in gitlab, API responded with:
The ref is perfectly fine, but branch name length exceeds ext4 255 file name char limit, which prevent git from creating a branch:
The text was updated successfully, but these errors were encountered: