mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-13 03:15:17 +00:00
update docs for Azure DevOps
This commit is contained in:
parent
06d00032df
commit
24900305d6
1 changed files with 8 additions and 1 deletions
|
|
@ -90,9 +90,16 @@ All PR-Agent tools have a parameter called `extra_instructions`, that enables to
|
|||
```
|
||||
|
||||
##### Azure DevOps provider
|
||||
To use Azure DevOps provider set:
|
||||
To use Azure DevOps provider use the following settings in configuration.toml:
|
||||
```
|
||||
[config]
|
||||
git_provider="azure"
|
||||
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"
|
||||
```
|
||||
Loading…
Reference in a new issue