mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-11 00:00:38 +08:00
update docs for Azure DevOps
This commit is contained in:
@ -90,9 +90,16 @@ All PR-Agent tools have a parameter called `extra_instructions`, that enables to
|
|||||||
```
|
```
|
||||||
|
|
||||||
##### Azure DevOps provider
|
##### Azure DevOps provider
|
||||||
To use Azure DevOps provider set:
|
To use Azure DevOps provider use the following settings in configuration.toml:
|
||||||
```
|
```
|
||||||
[config]
|
[config]
|
||||||
git_provider="azure"
|
git_provider="azure"
|
||||||
use_repo_settings_file=false
|
use_repo_settings_file=false
|
||||||
|
```
|
||||||
|
|
||||||
|
And use the following settings (you have to replace the values) in .secrets.toml:
|
||||||
|
```
|
||||||
|
[azure_devops]
|
||||||
|
org = "https://dev.azure.com/YOUR_ORGANIZATION/"
|
||||||
|
pat = "YOUR_PAT_TOKEN"
|
||||||
```
|
```
|
Reference in New Issue
Block a user