A browser WebExtension to list open pull requests of a file. Runs on Firefox and Chrome.
When you browse a file on a supported forge, the extension:
- shows the number of open pull requests that modify the current file (toolbar badge);
- lists those pull requests as direct links when you click the toolbar icon (popup).
This helps you spot pending changes before editing a file and avoid conflicting with work already in review.
Optionally, set a personal access token in the extension's options to raise the API rate limit and list pull requests from private repositories.
- GitHub
- Bitbucket