feat(FN-5083): complete Step 3 — canonicalize fusion branch naming
This commit is contained in:
committed by
gsxdsm
parent
13d7195642
commit
c56e0cf814
@@ -29,6 +29,10 @@ export const NOUNS = [
|
||||
"thorn", "tiger", "trail", "trout", "wren",
|
||||
];
|
||||
|
||||
export function canonicalFusionBranchName(taskId: string): string {
|
||||
return `fusion/${taskId.toLowerCase()}`;
|
||||
}
|
||||
|
||||
/**
|
||||
* Convert a string to a URL-friendly slug.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user