Skip to content

Conversation

@orto17
Copy link
Contributor

@orto17 orto17 commented Nov 20, 2025

  • All tests passed. If this feature is not already covered by the tests, I added new tests.
  • This pull request is on the dev branch.
  • I used gofmt for formatting the code before submitting the pull request.
  • Update documentation about new features / new supported technologies

When GIT_AGGEGATE is set to true and JF_BRANCH_NAME_TEMPLATE is defined by the user, the branch is being created in the wrong format, aka the BRANCH_NAME_HASH part is missing. This PR aims to fix the issue.

for _, test := range testCases {
t.Run(test.desc, func(t *testing.T) {
titleOutput := test.gitManager.GenerateAggregatedFixBranchName(test.baseBranch, []techutils.Technology{techutils.Go})
titleOutput, _ := test.gitManager.GenerateAggregatedFixBranchName(test.baseBranch, []techutils.Technology{techutils.Go})
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add
assert.NoError(t, err)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants