From c32cea56b2764e66377da907545de0a0021d5a4b Mon Sep 17 00:00:00 2001 From: Talita Gregory Nunes Freire Date: Tue, 10 May 2022 09:41:43 +0200 Subject: [PATCH] fix: plugin data Signed-off-by: Talita Gregory Nunes Freire --- microsite/data/plugins/github-pull-requests-board.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/microsite/data/plugins/github-pull-requests-board.yaml b/microsite/data/plugins/github-pull-requests-board.yaml index 90feb84010..0670e9bab4 100644 --- a/microsite/data/plugins/github-pull-requests-board.yaml +++ b/microsite/data/plugins/github-pull-requests-board.yaml @@ -1,9 +1,9 @@ --- title: Github Pull Requests Board author: DAZN -authorUrl: https://engineering.dazn.com/ +authorUrl: https://engineering.dazn.com category: Source Control Mgmt -description: View All open GitHub pull requests owned by your team in Backstage. +description: View all open GitHub pull requests owned by your team in Backstage. documentation: https://github.com/backstage/backstage/tree/master/plugins/github-pull-requests-board iconUrl: img/github-pull-requests-board-logo.svg npmPackageName: '@backstage/plugin-github-pull-requests-board' \ No newline at end of file