Skip to content

Commit

Permalink
feat: promote github-pull-requests-board to ga (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Feb 24, 2024
1 parent 6b81c86 commit d5d7e7f
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions packages/app/src/components/catalog/EntityPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ import {

import { TechDocsAddons } from '@backstage/plugin-techdocs-react';
import { ReportIssue } from '@backstage/plugin-techdocs-module-addons-contrib';
import { EntityTeamPullRequestsCard } from '@backstage/plugin-github-pull-requests-board';
import { EntityTeamPullRequestsContent } from '@backstage/plugin-github-pull-requests-board';
import { EntityGithubInsightsContent } from '@roadiehq/backstage-plugin-github-insights';
import { EntityTechInsightsScorecardContent } from '@backstage/plugin-tech-insights';

Expand Down Expand Up @@ -352,13 +352,11 @@ const groupPage = (
<Grid item xs={12} md={6}>
<EntityLinksCard />
</Grid>
<FeatureFlagged with="development">
<Grid item xs={12} md={6}>
<EntityTeamPullRequestsCard />
</Grid>
</FeatureFlagged>
</Grid>
</EntityLayout.Route>
<EntityLayout.Route path="/pull-requests" title="Pull Requests">
<EntityTeamPullRequestsContent />
</EntityLayout.Route>
</EntityLayout>
);

Expand Down

0 comments on commit d5d7e7f

Please sign in to comment.