mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 02:45:18 +00:00
Update documentation to clarify the need to set bitbucket data center url (#2052)
This commit is contained in:
parent
65dea899ec
commit
fea8bc5150
1 changed files with 9 additions and 0 deletions
|
|
@ -39,6 +39,13 @@ Generate the token and add it to .secret.toml under `bitbucket_server` section
|
|||
bearer_token = "<your key>"
|
||||
```
|
||||
|
||||
Don't forget to also set the URL of your Bitbucket Server instance (either in `.secret.toml` or in `configuration.toml`):
|
||||
|
||||
```toml
|
||||
[bitbucket_server]
|
||||
url = "<full URL to your Bitbucket instance, e.g.: https://git.bitbucket.com>"
|
||||
```
|
||||
|
||||
### Run it as CLI
|
||||
|
||||
Modify `configuration.toml`:
|
||||
|
|
@ -47,6 +54,8 @@ Modify `configuration.toml`:
|
|||
git_provider="bitbucket_server"
|
||||
```
|
||||
|
||||
|
||||
|
||||
and pass the Pull request URL:
|
||||
|
||||
```shell
|
||||
|
|
|
|||
Loading…
Reference in a new issue