How to fetch Git Diff and update PR Description via Bash in Azure DevOps Server 2022 (On-Premise)?
Summary The problem revolves around implementing an automated Pull Request (PR) review tool using Azure OpenAI in Azure DevOps Server 2022 (On-Premise). Key challenges include fetching the actual code changes from a PR and updating the PR description using a Service Principal with System.AccessToken for authentication. The environment is based on Linux agents, utilizing Bash/Shell … Read more