Skip to content

blrchen/azuredevops-pr-gpt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Azure DevOps Pull Request GPT

This project utilizes Azure OpenAI to review pull requests and offer suggestions. At present, Azure OpenAI is supported.

Here's how to use it:

  1. Open a Powershell command line window and navigate to the directory containing your Azure DevOps repository.
  2. Execute the command below:
Invoke-CodeReviewWithChatGPT.ps1 -Organization <Organization> -Project <Organization> -PullRequestId <PullRequestId> -PAT <PAT> -ChatGPTAccountName <ChatGPTAccountName> -ChatGPTAccessKey <ChatGPTAccessKey> -ChatGPTDeploymentName <ChatGPTDeploymentName>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published