Firefox add-on / Chrome extension that overwrites the repository default reviewers by a custom selection made by the user when creating a pull request on Bitbucket Cloud.
Once you click on Save
it will save your current selection as your default reviewers in your browser connected account or fallback to your browser storage.
Afterwards, any new pull request in the same repository will have those reviewers rehydrated as your default reviewers.
- Add all users at once
Add All
. - Add all recents users at once
Recents +
- Add all authors users at once
Authors +
(related to those who committed in the branch). - Remove all selected users using ✖ in the top-right corner inside the reviewers box.
- Accent insentive: typing
jose
will return a user such asJosé
- Case insentive: typing
RICK
will return a user such asAndrick
- User suggestion: the search input will print a user suggestion based on the current searched value, hit enter to select it.
- Highlighting results: typing
Max
will highlight all matching results such as Maxim. - Search results are kept
- Firefox add-on: https://addons.mozilla.org/en-CA/firefox/addon/bitbucket-custom-reviewers/
- Release on Github (as zip files).
- On firefox, unzip the
firefox.zip
archive and load themanifest.json
in debug addon tab. - On chrome, unzip the
chrome.zip
archive and load the main folder as an unpacked extension.
- On firefox, unzip the