From 24900305d6f6e0042cc9ceb10964bca8cc47d779 Mon Sep 17 00:00:00 2001 From: szecsip Date: Thu, 31 Aug 2023 11:50:41 +0000 Subject: [PATCH] update docs for Azure DevOps --- CONFIGURATION.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CONFIGURATION.md b/CONFIGURATION.md index f9d3d010..cedd8514 100644 --- a/CONFIGURATION.md +++ b/CONFIGURATION.md @@ -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" ``` \ No newline at end of file