https://github.com/reconquest/atlassian-pull-request-labels
Pull Request Labels Bitbucket Add-On
https://github.com/reconquest/atlassian-pull-request-labels
atlassian bitbucket java labels pull-requests
Last synced: about 1 year ago
JSON representation
Pull Request Labels Bitbucket Add-On
- Host: GitHub
- URL: https://github.com/reconquest/atlassian-pull-request-labels
- Owner: reconquest
- License: gpl-2.0
- Created: 2019-09-17T17:26:32.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-03-31T08:17:31.000Z (over 4 years ago)
- Last Synced: 2024-04-16T00:07:36.946Z (about 2 years ago)
- Topics: atlassian, bitbucket, java, labels, pull-requests
- Language: Java
- Homepage:
- Size: 2.59 MB
- Stars: 5
- Watchers: 4
- Forks: 5
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Atlassian Bitbucket Pull Request Labels by Reconquest
[Documentation](https://labels.reconquest.io/)

A Bitbucket Server app that enables you to add labels to your pull requests.
If you're looking for the ready-to-use app, it is available on the [Atlassian Marketplace](https://marketplace.atlassian.com/apps/1219710/pull-request-labels-by-reconquest?hosting=server&tab=overview).
## Support
Please [open an issue](https://github.com/reconquest/bitbucket-labels/issues/new) for support.
You can always join our Slack community and drop us a line there: [slack.reconquest.io](https://slack.reconquest.io/)
## Running Locally
After setup, Bitbucket instance will be available at https://bitbucket.local/.
Requirements:
* Docker
* [Task](https://taskfile.dev)
* [stacket](https://github.com/kovetskiy/stacket/)
* [Atlassian Plugin SDK](https://aur.archlinux.org/packages/atlassian-plugin-sdk-latest/)
* add `/opt/atlassian/plugin-sdk/bin/` to the `$PATH`
### Run Dev Bitbucket Instance
```
task version= docker:run
task nginx:run
```
### Add `bitbucket.local` to `/etc/hosts`
```
127.0.0.1 bitbucket.local
```
### Compile and Install Plugin
```
task version= js=batch.loader.js atlas:install
```
## License
This project is licensed under the GNU General Public License version 2.