-
Notifications
You must be signed in to change notification settings - Fork 503
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
Feature to limit branch name length #3329
Comments
When you look at for what branch names are used you will see that they are used to identify already created pull request. |
For sure, I'm thinking something like: Example long branch name (from the reason i'm looking at this):
All this said, just being able to change |
That sounds reasonable. |
A couple of times recently, for the first time i've noticed it, Steward has been raising branch names longer than 40 characters.
We have an internal limit on our repositories of 40 characters for infra reasons (K8S pod names get too long). We could tackle that, or I could build feature in Steward to limit branch names (some kind of substring of the full package name perhaps).
Comment request: Does this feature exist, or does it sound like a valid feature we could build for Steward?
The text was updated successfully, but these errors were encountered: