Skip to content

Commit c508927

Browse files
fix(github-pull-requests-board): update codeowner and add package yaml (#1645)
Signed-off-by: Christoph Jerolimov <[email protected]>
1 parent 2e3b0e2 commit c508927

File tree

2 files changed

+64
-0
lines changed

2 files changed

+64
-0
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
# /workspaces/github-actions
3737
/workspaces/github-issues @redhat-developer/rhdh-ui @divyanshiGupta
3838
/workspaces/github-notifications @redhat-developer/rhdh-ui @christoph-jerolimov
39+
/workspaces/github-pull-requests-board @redhat-developer/rhdh-ui @christoph-jerolimov @kadel
3940
# /workspaces/gitlab
4041
/workspaces/global-floating-action-button @redhat-developer/rhdh-ui @debsmita1 @divyanshiGupta
4142
/workspaces/global-header @redhat-developer/rhdh-ui @ciiay @divyanshiGupta
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
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

Comments
 (0)