Show open pull requests where you are requested for review in one GitHub organization.
[!NOTE] This was created entirely with AI, I cannot gaurantee it works
- Panel count:
PR: N - Dropdown list of up to 10 open review-requested PRs
- Click any PR to open it in your browser
- Works with
github.comor GitHub Enterprise Server hostnames
- GNOME Shell 45, 46, 47, 48, 49, 50, or 51
- GitHub API token stored in extension settings (saved to login keyring via libsecret)
- Token with access to the target org and repos (private repos require appropriate scopes/permissions)
The extension calls GitHub Search API with org filter:
is:open is:pr review-requested:@me org:{ORG} archived:false
Organization Slug: required (single org)GitHub Host:github.comor your GHES hostRefresh Interval: seconds between pollsGitHub API Token: stored in login keyring
From github-review-requests-extension directory:
./updateThe script installs to:
${XDG_DATA_HOME:-~/.local/share}/gnome-shell/extensions/github-review-requests@davidpcls
Set organization slug in settings: add org slug in preferences.Set GitHub host in settings: set host (github.comor GHES).Set API token in settings: token missing.Invalid API token: token rejected by API.Token lacks access to org PR review requests: token has insufficient access for org/private repos.
MIT