# GitHub Pull Requests Board Plugin

> How to add the GitHub Pull Requests Board plugin to Roadie.

*Last validated: 2023-11-27T14:00:00.0Z | Published: 2023-11-27T14:00:00.0Z*


![GitHub Pull Requests Board Plugin](./github-pr-board.webp)
_Image Credit: Talita Gregory Nunes Freire_

## Introduction

The GitHub Pull Requests Board Plugin shows an overview of a Group's open pull requests.

It will show PRs in any repositories connected to entities in Roadie Backstage that are owned by the Group.

This page explains how to configure it in Roadie Backstage.

## At a Glance

|                            |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -------------------------: | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|          **Prerequisites** | <ol><li>You must be an admin in Roadie. By default, all users are admins. Learn how to designate certain users as admins [here](/docs/getting-started/assigning-admins/).</li><li>You must have the [Roadie GitHub app installed](/docs/getting-started/adding-a-catalog-item/) in your GitHub organisation.</li><li>You must have [Groups in the catalog](/docs/getting-started/teams/#creating-users-and-groups) with [owned entities](https://backstage.io/docs/features/software-catalog/descriptor-format/#specowner-required) connected to them.</li></ol> |
|         **Considerations** |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| **Supported Environments** | ☐ Private Network via Broker <br /> ☐ Internet Accessible via IP Whitelist <br /> ☒ Cloud Hosted                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |

## Step 1: Add the Plugin to the Group view in Roadie

The plugin provides an UI component with a name `EntityTeamPullRequestsCard` which can be added as a tab into your Roadie Groups. Learn how to do that in [here](/docs/getting-started/configure-ui/).

## References

- [GitHub Pull Request Plugin in GitHub](https://github.com/backstage/community-plugins/tree/main/workspaces/github/plugins/github-pull-requests-board)
