Skip to content

Type 'ScmIntegrations' is not assignable to type 'ScmIntegrationRegistry'. #39

Open
@brataaaan

Description

@brataaaan

There is a type error because of type incompatibility between the current version of @backstage/integration and the one you are using.

When initializing the scaffolder router in backend it can be patched with:

createAzurePipelineAction({
      integrations: integrations as any,
    }),
    permitAzurePipelineAction({ integrations: integrations as any }),
    runAzurePipelineAction({ integrations: integrations as any }),

To insure type-safety and future compatibility the packages should be updated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions