git-backporting/test
Andrea Lamparelli ead1322c0f
fix(issue-57): truncate the bp branch name (#58)
fix: https://github.com/kiegroup/git-backporting/issues/57

This pr will ensure that if the provided/generated backport branch name
exceede the maximum branch name length set for git, which is 250 chars,
it truncates that name to 250 chars exactly.

In order to include as much commits as possible the branch name will
contain by default the shortened version of all commits
2023-07-11 22:46:21 +02:00
..
service fix(issue-57): truncate the bp branch name (#58) 2023-07-11 22:46:21 +02:00
support perf: use concurrent promises instead of awaiting them one by one (#59) 2023-07-11 22:15:52 +02:00