https://github.com/jwallet/custom-default-reviewers
Browser add-on that overwrites the repository default reviewers by a custom selection made by the user when creating a pull request on Bitbucket Cloud. 👨💻
https://github.com/jwallet/custom-default-reviewers
bitbucket-cloud chrome-extension default-reviewers firefox-addon
Last synced: 11 days ago
JSON representation
Browser add-on that overwrites the repository default reviewers by a custom selection made by the user when creating a pull request on Bitbucket Cloud. 👨💻
- Host: GitHub
- URL: https://github.com/jwallet/custom-default-reviewers
- Owner: jwallet
- Created: 2020-10-08T01:11:24.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2021-01-20T13:49:47.000Z (over 5 years ago)
- Last Synced: 2025-03-21T21:45:09.777Z (over 1 year ago)
- Topics: bitbucket-cloud, chrome-extension, default-reviewers, firefox-addon
- Language: JavaScript
- Homepage: https://addons.mozilla.org/en-CA/firefox/addon/bitbucket-custom-reviewers/
- Size: 2.13 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Custom Default Reviewers on BitBucket Cloud
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.

### What the extension does that Bitbucket does not
##### Core feature
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.
##### Batch action
- 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.
##### Search improvements
- Accent insentive: typing `jose` will return a user such as `José`
- Case insentive: typing `RICK` will return a user such as `Andrick`
- 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
### Releases
- Firefox add-on: https://addons.mozilla.org/en-CA/firefox/addon/bitbucket-custom-reviewers/
- [Release on Github](https://github.com/jwallet/custom-default-reviewers/releases) (as zip files).
- On firefox, unzip the `firefox.zip` archive and load the `manifest.json` in debug addon tab.
- On chrome, unzip the `chrome.zip` archive and load the main folder as an unpacked extension.