You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. Update your imports in `packages/app/src/components/catalog/EntityPage.tsx`:
20
+
```diff
21
+
- import { EntityBitbucketPullRequestsContent } from '@roadiehq/backstage-plugin-bitbucket-pullrequest';
22
+
+ import { EntityBitbucketPullRequestsContent } from '@backstage-community/plugin-bitbucket-pull-requests';
23
+
```
24
+
25
+
No other changes are needed.
26
+
27
+
## Why was this deprecated?
28
+
29
+
This plugin has been migrated to the Backstage Community Plugins repository to ensure better maintenance and broader community support. The community version offers the same functionality and is actively maintained by the Backstage community.
30
+
31
+
## Need Help?
32
+
33
+
For issues with the new plugin, please file an issue in the [Backstage Community Plugins repository](https://github.com/backstage/community-plugins).
"deprecated": "This package has been deprecated in favor of @backstage-community/plugin-bitbucket-pull-requests. See README for migration instructions.",
0 commit comments