fix: update branch name format to use 'ticket-number' instead of 'us-number'
This commit is contained in:
parent
655fc5fab7
commit
cfc3735a7d
4
main.go
4
main.go
@ -55,8 +55,8 @@ func main() {
|
|||||||
os.Exit(1)
|
os.Exit(1)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Form the branch name in the format "prefix/us-number"
|
// Form the branch name in the format "prefix/ticket-number"
|
||||||
branchName := fmt.Sprintf("%s/us-%d", prefix, issueNumber)
|
branchName := fmt.Sprintf("%s/ticket-%d", prefix, issueNumber)
|
||||||
|
|
||||||
logger.Printf("Branch name set to: %s\n", branchName)
|
logger.Printf("Branch name set to: %s\n", branchName)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user