Add defaultLimit props to components

Signed-off-by: Jake Crews <jake.crews@daveramsey.com>
This commit is contained in:
Jake Crews
2022-08-25 14:47:50 -05:00
parent 723113296b
commit a82ac17adb
6 changed files with 146 additions and 57 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
---
'@backstage/plugin-github-pull-requests-board': patch
'@backstage/plugin-github-pull-requests-board': minor
---
The PR dashboard will now show more than 10 pull requests at one time.
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.