Skip to content

Commit

Permalink
docs: rebrand from Qodo Merge to PR-Agent in installation guides
Browse files Browse the repository at this point in the history
  • Loading branch information
mrT23 committed Jan 22, 2025
1 parent 7367c00 commit 4e481c5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/docs/installation/azure.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Azure DevOps Pipeline
You can use a pre-built Action Docker image to run Qodo Merge as an Azure devops pipeline.
You can use a pre-built Action Docker image to run PR-Agent as an Azure devops pipeline.
add the following file to your repository under `azure-pipelines.yml`:
```yaml
# Opt out of CI triggers
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/installation/github.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Run as a GitHub Action

You can use our pre-built Github Action Docker image to run Qodo Merge as a Github Action.
You can use our pre-built Github Action Docker image to run PR-Agent as a Github Action.

1) Add the following file to your repository under `.github/workflows/pr_agent.yml`:

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/installation/gitlab.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Run as a GitLab Pipeline
You can use a pre-built Action Docker image to run Qodo Merge as a GitLab pipeline. This is a simple way to get started with Qodo Merge without setting up your own server.
You can use a pre-built Action Docker image to run PR-Agent as a GitLab pipeline. This is a simple way to get started with Qodo Merge without setting up your own server.

(1) Add the following file to your repository under `.gitlab-ci.yml`:
```yaml
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/installation/locally.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A list of the relevant tools can be found in the [tools guide](../tools/ask.md).

To invoke a tool (for example `review`), you can run directly from the Docker image. Here's how:
To invoke a tool (for example `review`), you can run PR-Agent directly from the Docker image. Here's how:

- For GitHub:
```
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/usage-guide/changing_a_model.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Changing a model
## Changing a model in PR-Agent

See [here](https://github.com/Codium-ai/pr-agent/blob/main/pr_agent/algo/__init__.py) for a list of available models.
To use a different model than the default (GPT-4), you need to edit in the [configuration file](https://github.com/Codium-ai/pr-agent/blob/main/pr_agent/settings/configuration.toml#L2) the fields:
Expand Down

0 comments on commit 4e481c5

Please sign in to comment.