GitHub PR dashboard

Copied link
A dashboard that allows you to search for a GitHub user and view details on their open PRs, approved PRs, and PRs assigned to them for review.
Components
ImageCardStackLinkTextInput
3+
Integrations
GitHub
template preview

View

GitHub pull request dashboard

Task

List GitHub pull requestsTS

Pairs well with

README.md
Copied
1
# Template: GitHub PR dashboard
2
3
## Next steps
4
5
- Navigate to the github_pr_dashboard directory: `cd github_pr_dashboard`
6
- Develop your template locally: `airplane dev`
7
- To use your own GitHub API Key, get your GitHub API keys by following this guide: https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token. Using your own GitHub API key will allow you to query private repositories and increase your rate limiting.
8
- Create a config variable in Airplane for `GITHUB_API_KEY`: https://docs.airplane.dev/platform/configs
9
- Also add the config variable to your dev config file in order to develop tasks locally: https://docs.airplane.dev/dev-lifecycle/dev-config-file#add-a-config-variable
10
- Uncomment out `GITHUB_API_KEY` environment variable in `tasks/list_github_pull_requests.task.yaml`.
11
- Deploy your tasks and view: `airplane deploy --yes`
12
- Visit the docs to learn more about how to build views: https://docs.airplane.dev/views/getting-started
Have a template suggestion? Let us know!