Skip to content

Commit f0e0901

Browse files
committed
Update repository configuration references from main branch to default branch
1 parent d749620 commit f0e0901

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/docs/usage-guide/automations_and_usage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ Note that to use the 'handle_push_trigger' feature, you need to give the gitlab
208208
### BitBucket App
209209
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

211-
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.
211+
By uploading a local `.pr_agent.toml` file to the root of the repo's default 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

213213
For example, if your local `.pr_agent.toml` file contains:
214214
```toml

docs/docs/usage-guide/configuration_options.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Qodo Merge will know to remove the surrounding quotes when reading the configura
4141
`Platforms supported: GitHub, GitLab, Bitbucket, Azure DevOps`
4242

4343

44-
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.
44+
By uploading a local `.pr_agent.toml` file to the root of the repo's default 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.
4545

4646
For example, if you set in `.pr_agent.toml`:
4747

0 commit comments

Comments
 (0)