Merge pull request #13308 from jakecrews74/github-pr-board-display-all

[Github Pull Requests Board] Show more than 10 PRs at one time
This commit is contained in:
Johan Haals
2022-08-30 11:15:46 +02:00
committed by GitHub
11 changed files with 136 additions and 36 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-github-pull-requests-board': patch
---
Add optional `pullRequestLimit` prop to `EntityTeamPullRequestsCard` and `EntityTeamPullRequestsContent` to limit the number of PRs shown per repository. Excluding this prop will default the number of pull requests shown to 10 per repository (the existing functionality).