|
| 1 | +apiVersion: extensions.backstage.io/v1alpha1 |
| 2 | +kind: Package |
| 3 | +metadata: |
| 4 | + name: backstage-community-plugin-github-pull-requests-board |
| 5 | + namespace: rhdh |
| 6 | + title: "GitHub Pull Requests Board" |
| 7 | + links: |
| 8 | + - title: Issues |
| 9 | + url: https://github.com/backstage/community-plugins/issues/new/choose |
| 10 | + - title: Plugin README |
| 11 | + url: https://github.com/backstage/community-plugins/blob/main/workspaces/github-pull-requests-board/plugins/github-pull-requests-board/README.md |
| 12 | + - title: Plugin CHANGELOG |
| 13 | + url: https://github.com/backstage/community-plugins/blob/main/workspaces/github-pull-requests-board/plugins/github-pull-requests-board/CHANGELOG.md |
| 14 | + - title: Source Code |
| 15 | + url: https://github.com/backstage/community-plugins/tree/main/workspaces/github-pull-requests-board/plugins/github-pull-requests-board |
| 16 | +spec: |
| 17 | + packageName: "@backstage-community/plugin-github-pull-requests-board" |
| 18 | + dynamicArtifact: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/backstage-community-plugin-github-pull-requests-board:bs_1.42.5__0.9.0!backstage-community-plugin-github-pull-requests-board |
| 19 | + version: 0.9.0 |
| 20 | + backstage: |
| 21 | + role: frontend-plugin |
| 22 | + supportedVersions: 1.42.5 |
| 23 | + author: DAZN |
| 24 | + support: community |
| 25 | + lifecycle: active |
| 26 | + # partOf: |
| 27 | + # - github-pull-requests-board |
| 28 | + appConfigExamples: |
| 29 | + - title: Default configuration |
| 30 | + content: |
| 31 | + dynamicPlugins: |
| 32 | + frontend: |
| 33 | + backstage-community.plugin-pull-requests-board: |
| 34 | + entityTabs: |
| 35 | + - mountPoint: entity.page.pull-requests-board |
| 36 | + path: /pull-requests-board |
| 37 | + title: Pull Requests Board |
| 38 | + mountPoints: |
| 39 | + - mountPoint: entity.page.pull-requests-board/cards |
| 40 | + importName: EntityTeamPullRequestsCard |
| 41 | + config: |
| 42 | + layout: |
| 43 | + gridColumn: 1 / -1 |
| 44 | + if: |
| 45 | + anyOf: |
| 46 | + - isKind: Group |
| 47 | + - mountPoint: home.page/cards |
| 48 | + importName: PullRequestsBoard |
| 49 | + config: |
| 50 | + id: github-pull-request-board |
| 51 | + title: "GitHub: Pull Request Board" |
| 52 | + description: A board that shows open Pull Requests and their review status |
| 53 | + cardLayout: |
| 54 | + width: |
| 55 | + minColumns: 4 |
| 56 | + maxColumns: 12 |
| 57 | + defaultColumns: 12 |
| 58 | + height: |
| 59 | + minRows: 4 |
| 60 | + maxRows: 12 |
| 61 | + defaultRows: 6 |
| 62 | + props: |
| 63 | + entities: [] # Required! If not provided, the board will use the current user's repositories and team. |
0 commit comments