Skip to content
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

Branch Name Length Control Configurable #77

Closed
3 tasks
jgomeztac opened this issue Apr 17, 2024 · 1 comment · Fixed by #93
Closed
3 tasks

Branch Name Length Control Configurable #77

jgomeztac opened this issue Apr 17, 2024 · 1 comment · Fixed by #93
Assignees
Labels
kind/feature Changes implying a new feature for the user

Comments

@jgomeztac
Copy link

Motivation

The current branch naming validation, which combines the GitHub project name with the branch name, often leads to branch names being unnecessarily short, particularly when the project name is already lengthy. This limitation often limit the ability to put a descriptive name in the branch, making it difficult to adequately convey their purpose or content. To overcome this limitation, it is crucial to provide users with the flexibility to utilize a sufficient number of characters to accurately describe their branches.

Proposed Solution

Implement a configurable variable that enables users to set the maximum length for branch names. This feature would offer users the flexibility to establish a suitable length, thereby ensuring they possess a satisfactory number of characters to precisely name their branches.

Acceptance criteria

  • Implementation of the configuration variable to define the maximum branch name length.
  • Update the default configuration to include the current value as default.
  • Update the configuration documentation to include this variable.
@jgomeztac jgomeztac added the kind/feature Changes implying a new feature for the user label Apr 17, 2024
@hielfx hielfx self-assigned this May 6, 2024
@jorgegarciarey
Copy link
Contributor

jorgegarciarey commented May 7, 2024

@jgomeztac , we're going to release a new version in a few days with this feature

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Changes implying a new feature for the user
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants