Skip to content

Commit c674c5e

Browse files
authored
Update bitbucket related documentation (#1659)
1 parent 8513a1a commit c674c5e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/docs/usage-guide/automations_and_usage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ push_commands = [
206206
Note that to use the 'handle_push_trigger' feature, you need to give the gitlab webhook also the "Push events" scope.
207207

208208
### BitBucket App
209-
Similar to GitHub app, when running Qodo Merge from BitBucket App, the default [configuration file](https://github.com/Codium-ai/pr-agent/blob/main/pr_agent/settings/configuration.toml) from a pre-built docker will be initially loaded.
209+
Similar to GitHub app, when running Qodo Merge from BitBucket App, the default [configuration file](https://github.com/Codium-ai/pr-agent/blob/main/pr_agent/settings/configuration.toml) will be initially loaded.
210210

211211
By uploading a local `.pr_agent.toml` file to the root of the repo's main branch, you can edit and customize any configuration parameter. Note that you need to upload `.pr_agent.toml` prior to creating a PR, in order for the configuration to take effect.
212212

docs/docs/usage-guide/configuration_options.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Then you can give a list of extra instructions to the `review` tool.
6161

6262
`Platforms supported: GitHub, GitLab, Bitbucket`
6363

64-
If you create a repo called `pr-agent-settings` in your **organization**, it's configuration file `.pr_agent.toml` will be used as a global configuration file for any other repo that belongs to the same organization.
64+
If you create a repo called `pr-agent-settings` in your **organization**, its configuration file `.pr_agent.toml` will be used as a global configuration file for any other repo that belongs to the same organization.
6565
Parameters from a local `.pr_agent.toml` file, in a specific repo, will override the global configuration parameters.
6666

6767
For example, in the GitHub organization `Codium-ai`:
@@ -71,9 +71,9 @@ For example, in the GitHub organization `Codium-ai`:
7171
- The repo [`https://github.com/Codium-ai/pr-agent`](https://github.com/Codium-ai/pr-agent/blob/main/.pr_agent.toml) inherits the global configuration file from `pr-agent-settings`.
7272

7373
### Bitbucket Organization level configuration file 💎
74-
`Relevant platforms: Bitbucket Cloud, Bitbucket Data Center`
74+
`Relevant platforms: Bitbucket Data Center`
7575

76-
In Bitbucket, there are two levels where you can define a global configuration file:
76+
In Bitbucket Data Center, there are two levels where you can define a global configuration file:
7777

7878
* Project-level global configuration:
7979

0 commit comments

Comments
 (0)