🚀 See your actionable GitHub pull requests from the menu bar.
It shows pull requests that require your attention:
- Review is requested from you.
- Pull requests you opened that have no assigned reviewer, or one of the reviewers have approved.
- Download the app from the release page (right‑click the downloaded file and choose "Open"), or build it yourself.
- Click the app icon in your menu bar.
- Choose "Preferences..." from the dropdown.
- Enter your GitHub personal access token (classic) with the "repo" scope.
Settings are configured in the "Preferences..." menu as a JSON object. It supports two keys:
{
"repos": ["luin/ohmypullrequests"],
"quickLinks": [
{
"title": "My Project",
"url": "https://example.com"
}
]
}
Where:
- "repos": List of repositories or owners you care about. Use full names (e.g.,
"luin/ohmypullrequests"
) or an owner prefix (e.g.,"luin"
) to include all repos under that owner. Leave it empty to list all pull requests you can access. - "quickLinks": List of custom bookmarks that appear in the dropdown.