Automatically checks the checkbox to delete the current branch after the pull request is merged on Bitbucket Cloud
- Clone the repository
git clone https://github.com/hmartos/bitbucket-pull-request-auto-delete-branch.git
. - Open Google Chrome Extension Management page navigating to chrome://extensions.
The Extension Management page can also be opened by clicking on the Chrome menu, hovering over
More Tools
then selectingExtensions
. - Enable
Developer Mode
by clicking the toggle switch next to Developer mode in the top right corner. - Click the
Load Unpacked
button and select the foldersrc
inside the cloned repository.
You can generate a zip file with the extension ready to be uploaded to Google Chrome Developer Dashboard
Just execute npm run build
and a zip called bitbucket-pull-request-auto-delete-branch.zip
will be generated.
Copyright 2023 Héctor Martos. Code released under the MIT License.