From 6b5f0dd6d4b2a94e644652ed5391608d330885a5 Mon Sep 17 00:00:00 2001 From: Jake Crews Date: Fri, 26 Aug 2022 06:54:40 -0500 Subject: [PATCH] change from minor to patch suggestion Co-authored-by: Johan Haals Signed-off-by: Jake Crews --- .changeset/sweet-fishes-taste.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/sweet-fishes-taste.md b/.changeset/sweet-fishes-taste.md index 9ece1a85da..b64a3840ed 100644 --- a/.changeset/sweet-fishes-taste.md +++ b/.changeset/sweet-fishes-taste.md @@ -1,5 +1,5 @@ --- -'@backstage/plugin-github-pull-requests-board': minor +'@backstage/plugin-github-pull-requests-board': patch --- Add optional `defaultLimit` prop to `EntityTeamPullRequestsCard` and `EntityTeamPullRequestsContent` to limit the number of PRs shown per repository. Excluding this prop will result in showing all PRs for each repository.