Skip to content

Commit 0da3139

Browse files
committed
Rename to branchName
1 parent 0abe92e commit 0da3139

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pr-checks/release-branches.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ export function computeBackportBranches(
6262

6363
if (considerBackports) {
6464
for (let i = majorVersionNumber - 1; i > 0; i--) {
65-
const branch_name = `releases/v${i}`;
65+
const branchName = `releases/v${i}`;
6666
if (i >= oldestSupportedMajorVersion) {
67-
backportTargetBranches.push(branch_name);
67+
backportTargetBranches.push(branchName);
6868
}
6969
}
7070
}

0 commit comments

Comments
 (0)