mirror of
https://github.com/github/codeql-action
synced 2026-05-22 00:00:34 +03:00
Rename to branchName
This commit is contained in:
@@ -62,9 +62,9 @@ export function computeBackportBranches(
|
||||
|
||||
if (considerBackports) {
|
||||
for (let i = majorVersionNumber - 1; i > 0; i--) {
|
||||
const branch_name = `releases/v${i}`;
|
||||
const branchName = `releases/v${i}`;
|
||||
if (i >= oldestSupportedMajorVersion) {
|
||||
backportTargetBranches.push(branch_name);
|
||||
backportTargetBranches.push(branchName);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user