mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-06 05:40:38 +08:00
docs: rebrand from Qodo Merge to PR-Agent in installation guides
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
## Azure DevOps Pipeline
|
## 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`:
|
add the following file to your repository under `azure-pipelines.yml`:
|
||||||
```yaml
|
```yaml
|
||||||
# Opt out of CI triggers
|
# Opt out of CI triggers
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
## Run as a GitHub Action
|
## 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`:
|
1) Add the following file to your repository under `.github/workflows/pr_agent.yml`:
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
## Run as a GitLab Pipeline
|
## 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`:
|
(1) Add the following file to your repository under `.gitlab-ci.yml`:
|
||||||
```yaml
|
```yaml
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
A list of the relevant tools can be found in the [tools guide](../tools/ask.md).
|
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:
|
- For GitHub:
|
||||||
```
|
```
|
||||||
|
@ -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.
|
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:
|
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:
|
||||||
|
Reference in New Issue
Block a user