Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
Vincenzo Scamporlino
2026-03-17 12:12:48 +01:00
committed by Patrik Oldsberg
parent 6ae0f41c56
commit aaf97bdccb
@@ -16,7 +16,11 @@
import inquirer, { DistinctQuestion } from 'inquirer';
import { getCodeownersFilePath, parseOwnerIds } from '../codeowners';
import { targetPaths } from '@backstage/cli-common';
import {
targetPaths,
knownBackendPluginPackageNameByPluginId,
knownFrontendPluginPackageNameByPluginId,
} from '@backstage/cli-common';
import {
PortableTemplateConfig,
@@ -27,10 +31,6 @@ import {
} from '../types';
import { PortableTemplate } from '../types';
import { resolvePackageParams } from './resolvePackageParams';
import {
knownBackendPluginPackageNameByPluginId,
knownFrontendPluginPackageNameByPluginId,
} from '@backstage/cli-common';
type CollectTemplateParamsOptions = {
config: PortableTemplateConfig;