From c674c5ed02365c84ecd2d6589f0ee7de6dc79148 Mon Sep 17 00:00:00 2001 From: sharoneyal Date: Mon, 31 Mar 2025 09:09:43 +0300 Subject: [PATCH] Update bitbucket related documentation (#1659) --- docs/docs/usage-guide/automations_and_usage.md | 2 +- docs/docs/usage-guide/configuration_options.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docs/usage-guide/automations_and_usage.md b/docs/docs/usage-guide/automations_and_usage.md index 26cb3eb0..9b16c723 100644 --- a/docs/docs/usage-guide/automations_and_usage.md +++ b/docs/docs/usage-guide/automations_and_usage.md @@ -206,7 +206,7 @@ push_commands = [ Note that to use the 'handle_push_trigger' feature, you need to give the gitlab webhook also the "Push events" scope. ### BitBucket App -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. +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. 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. diff --git a/docs/docs/usage-guide/configuration_options.md b/docs/docs/usage-guide/configuration_options.md index 4030fb99..9e233fbd 100644 --- a/docs/docs/usage-guide/configuration_options.md +++ b/docs/docs/usage-guide/configuration_options.md @@ -61,7 +61,7 @@ Then you can give a list of extra instructions to the `review` tool. `Platforms supported: GitHub, GitLab, Bitbucket` -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. +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. Parameters from a local `.pr_agent.toml` file, in a specific repo, will override the global configuration parameters. For example, in the GitHub organization `Codium-ai`: @@ -71,9 +71,9 @@ For example, in the GitHub organization `Codium-ai`: - 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`. ### Bitbucket Organization level configuration file 💎 -`Relevant platforms: Bitbucket Cloud, Bitbucket Data Center` +`Relevant platforms: Bitbucket Data Center` -In Bitbucket, there are two levels where you can define a global configuration file: +In Bitbucket Data Center, there are two levels where you can define a global configuration file: * Project-level global configuration: