Files
backstage/plugins/github-pull-requests-board
Talita Gregory Nunes Freire ed77c0af0d feat: copyright added in all files
Signed-off-by: Talita Gregory Nunes Freire <talita.freire@dazn.com>
2022-05-27 12:22:42 +02:00
..
2022-05-27 12:22:42 +02:00

github-pull-requests-board

Welcome to the github-pull-requests-board plugin!

This plugin will help you and your team stay on top of open pull requests, hopefully reducing the time from open to merged. It's particularly useful when your team deals with many repositories.

Getting started

The plugin exports the TeamPullRequestsTable component which should be added into the Team page level, so it can consume the backstage "team" entity.

import { TeamPullRequestsTable } from '@backstage/plugin-github-pull-requests-board';

<TeamPullRequestsTable />;