Skip to content

Commit

Permalink
style: apply formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
korthout committed Nov 5, 2023
1 parent 51ff34e commit 185de06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/backport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,6 @@ export class Backport {
}
}


private findTargetBranches(mainpr: PullRequest, config: Config): string[] {
const labels = mainpr.labels.map((label) => label.name);
return findTargetBranches(config, labels, mainpr.head.ref);
Expand Down

0 comments on commit 185de06

Please sign in to comment.