Merge pull request #1583 from qodo-ai/hl/enhance_azure_devops

feat: enhance Azure DevOps integration with improved error handling a…
This commit is contained in:
Hussam Lawen
2025-02-26 17:17:31 +02:00
committed by GitHub
5 changed files with 44 additions and 22 deletions

View File

@ -327,3 +327,11 @@ utilize_auto_best_practices = true # public - disable usage of auto best practic
extra_instructions = "" # public - extra instructions to the auto best practices generation prompt
content = ""
max_patterns = 5 # max number of patterns to be detected
[azure_devops_server]
pr_commands = [
"/describe",
"/review",
"/improve",
]