-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c842299
commit 6de94de
Showing
38 changed files
with
1,414 additions
and
4 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
.cache/NikitaShinde/GPTPullRequestReview/4.8.8/GPTPullRequestReview/task.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"id": "b42fa530-c4a6-11ed-87f6-d1f44a1fe448", | ||
"name": "GPTPullRequestReview", | ||
"version": { | ||
"Major": "0", | ||
"Minor": "12", | ||
"Patch": "3" | ||
}, | ||
"friendlyName": "Review PullRequest by GPT", | ||
"description": "This task use OpenAi GPT model to review PullRequests", | ||
"preview": false, | ||
"deprecated": false, | ||
"author": "Nikita Shinde" | ||
} |
24 changes: 24 additions & 0 deletions
24
.cache/NikitaShinde/GPTPullRequestReview/4.8.8/extension.vsixmanifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011"> | ||
<Metadata> | ||
<Identity Language="en-US" Id="GPTPullRequestReview" Version="4.8.8" Publisher="NikitaShinde"/> | ||
<DisplayName>GPT Pull Request Review</DisplayName> | ||
<GalleryFlags>Public Preview</GalleryFlags> | ||
<Description xml:space="preserve">A task that review Pull Request using GPT model from OpenAI</Description> | ||
<Categories>Azure Pipelines</Categories> | ||
<Tags>OpenAI,GPT,pullRequest,review</Tags> | ||
<Properties> | ||
<Property Id="Microsoft.VisualStudio.Services.Links.GitHub" Value="https://dev.azure.com/demoacct1982/Azure%20AI%20Extension%20for%20PR/_git/azure-pipeline-gpt-pr-review-main?path=/azure-pipeline-gpt-pr-review-main&version=GBmain"/> | ||
</Properties> | ||
<Icon>images/icon.png</Icon> | ||
</Metadata> | ||
<Dependencies/> | ||
<Installation> | ||
<InstallationTarget Id="Microsoft.VisualStudio.Services"/> | ||
</Installation> | ||
<Assets> | ||
<Asset Type="Microsoft.VisualStudio.Services.Icons.Default" d:Source="File" Path="images/icon.png" Addressable="true"/> | ||
<Asset Type="Microsoft.VisualStudio.Services.Content.Details" d:Source="File" Path="overview.md" Addressable="true"/> | ||
<Asset Type="Microsoft.VisualStudio.Services.Manifest" d:Source="File" Path="extension.vsomanifest" Addressable="true"/> | ||
</Assets> | ||
</PackageManifest> |
21 changes: 21 additions & 0 deletions
21
.cache/NikitaShinde/GPTPullRequestReview/4.8.8/extension.vsomanifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"manifestVersion": 1, | ||
"repository": { | ||
"type": "git", | ||
"uri": "https://dev.azure.com/demoacct1982/Azure%20AI%20Extension%20for%20PR/_git/azure-pipeline-gpt-pr-review-main?path=/azure-pipeline-gpt-pr-review-main&version=GBmain" | ||
}, | ||
"contributions": [ | ||
{ | ||
"id": "GPTPullRequestReview", | ||
"type": "ms.vss-distributed-task.task", | ||
"targets": [ | ||
"ms.vss-distributed-task.tasks" | ||
], | ||
"properties": { | ||
"name": "GPTPullRequestReview" | ||
} | ||
} | ||
], | ||
"scopes": [], | ||
"contributionTypes": [] | ||
} |
14 changes: 14 additions & 0 deletions
14
.cache/NikitaShinde/GPTPullRequestReview/4.8.9/GPTPullRequestReview/task.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"id": "b42fa530-c4a6-11ed-87f6-d1f44a1fe448", | ||
"name": "GPTPullRequestReview", | ||
"version": { | ||
"Major": "0", | ||
"Minor": "12", | ||
"Patch": "3" | ||
}, | ||
"friendlyName": "Review PullRequest by GPT", | ||
"description": "This task use OpenAi GPT model to review PullRequests", | ||
"preview": false, | ||
"deprecated": false, | ||
"author": "Nikita Shinde" | ||
} |
24 changes: 24 additions & 0 deletions
24
.cache/NikitaShinde/GPTPullRequestReview/4.8.9/extension.vsixmanifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011"> | ||
<Metadata> | ||
<Identity Language="en-US" Id="GPTPullRequestReview" Version="4.8.9" Publisher="NikitaShinde"/> | ||
<DisplayName>GPT Pull Request Review</DisplayName> | ||
<GalleryFlags>Public Preview</GalleryFlags> | ||
<Description xml:space="preserve">A task that review Pull Request using GPT model from OpenAI</Description> | ||
<Categories>Azure Pipelines</Categories> | ||
<Tags>OpenAI,GPT,pullRequest,review</Tags> | ||
<Properties> | ||
<Property Id="Microsoft.VisualStudio.Services.Links.GitHub" Value="https://dev.azure.com/demoacct1982/Azure%20AI%20Extension%20for%20PR/_git/azure-pipeline-gpt-pr-review-main?path=/azure-pipeline-gpt-pr-review-main&version=GBmain"/> | ||
</Properties> | ||
<Icon>images/icon.png</Icon> | ||
</Metadata> | ||
<Dependencies/> | ||
<Installation> | ||
<InstallationTarget Id="Microsoft.VisualStudio.Services"/> | ||
</Installation> | ||
<Assets> | ||
<Asset Type="Microsoft.VisualStudio.Services.Icons.Default" d:Source="File" Path="images/icon.png" Addressable="true"/> | ||
<Asset Type="Microsoft.VisualStudio.Services.Content.Details" d:Source="File" Path="overview.md" Addressable="true"/> | ||
<Asset Type="Microsoft.VisualStudio.Services.Manifest" d:Source="File" Path="extension.vsomanifest" Addressable="true"/> | ||
</Assets> | ||
</PackageManifest> |
21 changes: 21 additions & 0 deletions
21
.cache/NikitaShinde/GPTPullRequestReview/4.8.9/extension.vsomanifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"manifestVersion": 1, | ||
"repository": { | ||
"type": "git", | ||
"uri": "https://dev.azure.com/demoacct1982/Azure%20AI%20Extension%20for%20PR/_git/azure-pipeline-gpt-pr-review-main?path=/azure-pipeline-gpt-pr-review-main&version=GBmain" | ||
}, | ||
"contributions": [ | ||
{ | ||
"id": "GPTPullRequestReview", | ||
"type": "ms.vss-distributed-task.task", | ||
"targets": [ | ||
"ms.vss-distributed-task.tasks" | ||
], | ||
"properties": { | ||
"name": "GPTPullRequestReview" | ||
} | ||
} | ||
], | ||
"scopes": [], | ||
"contributionTypes": [] | ||
} |
14 changes: 14 additions & 0 deletions
14
.cache/NikitaShinde/GPTPullRequestReview/4.9.1/GPTPullRequestReview/task.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"id": "b42fa530-c4a6-11ed-87f6-d1f44a1fe448", | ||
"name": "GPTPullRequestReview", | ||
"version": { | ||
"Major": "0", | ||
"Minor": "12", | ||
"Patch": "3" | ||
}, | ||
"friendlyName": "Review PullRequest by GPT", | ||
"description": "This task use OpenAi GPT model to review PullRequests", | ||
"preview": false, | ||
"deprecated": false, | ||
"author": "Nikita Shinde" | ||
} |
24 changes: 24 additions & 0 deletions
24
.cache/NikitaShinde/GPTPullRequestReview/4.9.1/extension.vsixmanifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011"> | ||
<Metadata> | ||
<Identity Language="en-US" Id="GPTPullRequestReview" Version="4.9.1" Publisher="NikitaShinde"/> | ||
<DisplayName>GPT Pull Request Review</DisplayName> | ||
<GalleryFlags>Public Preview</GalleryFlags> | ||
<Description xml:space="preserve">A task that review Pull Request using GPT model from OpenAI</Description> | ||
<Categories>Azure Pipelines</Categories> | ||
<Tags>OpenAI,GPT,pullRequest,review</Tags> | ||
<Properties> | ||
<Property Id="Microsoft.VisualStudio.Services.Links.GitHub" Value="https://dev.azure.com/demoacct1982/Azure%20AI%20Extension%20for%20PR/_git/azure-pipeline-gpt-pr-review-main?path=/azure-pipeline-gpt-pr-review-main&version=GBmain"/> | ||
</Properties> | ||
<Icon>images/icon.png</Icon> | ||
</Metadata> | ||
<Dependencies/> | ||
<Installation> | ||
<InstallationTarget Id="Microsoft.VisualStudio.Services"/> | ||
</Installation> | ||
<Assets> | ||
<Asset Type="Microsoft.VisualStudio.Services.Icons.Default" d:Source="File" Path="images/icon.png" Addressable="true"/> | ||
<Asset Type="Microsoft.VisualStudio.Services.Content.Details" d:Source="File" Path="overview.md" Addressable="true"/> | ||
<Asset Type="Microsoft.VisualStudio.Services.Manifest" d:Source="File" Path="extension.vsomanifest" Addressable="true"/> | ||
</Assets> | ||
</PackageManifest> |
21 changes: 21 additions & 0 deletions
21
.cache/NikitaShinde/GPTPullRequestReview/4.9.1/extension.vsomanifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"manifestVersion": 1, | ||
"repository": { | ||
"type": "git", | ||
"uri": "https://dev.azure.com/demoacct1982/Azure%20AI%20Extension%20for%20PR/_git/azure-pipeline-gpt-pr-review-main?path=/azure-pipeline-gpt-pr-review-main&version=GBmain" | ||
}, | ||
"contributions": [ | ||
{ | ||
"id": "GPTPullRequestReview", | ||
"type": "ms.vss-distributed-task.task", | ||
"targets": [ | ||
"ms.vss-distributed-task.tasks" | ||
], | ||
"properties": { | ||
"name": "GPTPullRequestReview" | ||
} | ||
} | ||
], | ||
"scopes": [], | ||
"contributionTypes": [] | ||
} |
14 changes: 14 additions & 0 deletions
14
.cache/NikitaShinde/GPTPullRequestReview/4.9.2/GPTPullRequestReview/task.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"id": "b42fa530-c4a6-11ed-87f6-d1f44a1fe448", | ||
"name": "GPTPullRequestReview", | ||
"version": { | ||
"Major": "0", | ||
"Minor": "12", | ||
"Patch": "3" | ||
}, | ||
"friendlyName": "Review PullRequest by GPT", | ||
"description": "This task use OpenAi GPT model to review PullRequests", | ||
"preview": false, | ||
"deprecated": false, | ||
"author": "Nikita Shinde" | ||
} |
24 changes: 24 additions & 0 deletions
24
.cache/NikitaShinde/GPTPullRequestReview/4.9.2/extension.vsixmanifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011"> | ||
<Metadata> | ||
<Identity Language="en-US" Id="GPTPullRequestReview" Version="4.9.2" Publisher="NikitaShinde"/> | ||
<DisplayName>GPT Pull Request Review</DisplayName> | ||
<GalleryFlags>Public Preview</GalleryFlags> | ||
<Description xml:space="preserve">A task that review Pull Request using GPT model from OpenAI</Description> | ||
<Categories>Azure Pipelines</Categories> | ||
<Tags>OpenAI,GPT,pullRequest,review</Tags> | ||
<Properties> | ||
<Property Id="Microsoft.VisualStudio.Services.Links.GitHub" Value="https://dev.azure.com/demoacct1982/Azure%20AI%20Extension%20for%20PR/_git/azure-pipeline-gpt-pr-review-main?path=/azure-pipeline-gpt-pr-review-main&version=GBmain"/> | ||
</Properties> | ||
<Icon>images/icon.png</Icon> | ||
</Metadata> | ||
<Dependencies/> | ||
<Installation> | ||
<InstallationTarget Id="Microsoft.VisualStudio.Services"/> | ||
</Installation> | ||
<Assets> | ||
<Asset Type="Microsoft.VisualStudio.Services.Icons.Default" d:Source="File" Path="images/icon.png" Addressable="true"/> | ||
<Asset Type="Microsoft.VisualStudio.Services.Content.Details" d:Source="File" Path="overview.md" Addressable="true"/> | ||
<Asset Type="Microsoft.VisualStudio.Services.Manifest" d:Source="File" Path="extension.vsomanifest" Addressable="true"/> | ||
</Assets> | ||
</PackageManifest> |
21 changes: 21 additions & 0 deletions
21
.cache/NikitaShinde/GPTPullRequestReview/4.9.2/extension.vsomanifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"manifestVersion": 1, | ||
"repository": { | ||
"type": "git", | ||
"uri": "https://dev.azure.com/demoacct1982/Azure%20AI%20Extension%20for%20PR/_git/azure-pipeline-gpt-pr-review-main?path=/azure-pipeline-gpt-pr-review-main&version=GBmain" | ||
}, | ||
"contributions": [ | ||
{ | ||
"id": "GPTPullRequestReview", | ||
"type": "ms.vss-distributed-task.task", | ||
"targets": [ | ||
"ms.vss-distributed-task.tasks" | ||
], | ||
"properties": { | ||
"name": "GPTPullRequestReview" | ||
} | ||
} | ||
], | ||
"scopes": [], | ||
"contributionTypes": [] | ||
} |
14 changes: 14 additions & 0 deletions
14
.cache/NikitaShinde/GPTPullRequestReview/4.9.3/GPTPullRequestReview/task.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"id": "b42fa530-c4a6-11ed-87f6-d1f44a1fe448", | ||
"name": "GPTPullRequestReview", | ||
"version": { | ||
"Major": "0", | ||
"Minor": "12", | ||
"Patch": "3" | ||
}, | ||
"friendlyName": "Review PullRequest by GPT", | ||
"description": "This task use OpenAi GPT model to review PullRequests", | ||
"preview": false, | ||
"deprecated": false, | ||
"author": "Nikita Shinde" | ||
} |
24 changes: 24 additions & 0 deletions
24
.cache/NikitaShinde/GPTPullRequestReview/4.9.3/extension.vsixmanifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011"> | ||
<Metadata> | ||
<Identity Language="en-US" Id="GPTPullRequestReview" Version="4.9.3" Publisher="NikitaShinde"/> | ||
<DisplayName>GPT Pull Request Review</DisplayName> | ||
<GalleryFlags>Public Preview</GalleryFlags> | ||
<Description xml:space="preserve">A task that review Pull Request using GPT model from OpenAI</Description> | ||
<Categories>Azure Pipelines</Categories> | ||
<Tags>OpenAI,GPT,pullRequest,review</Tags> | ||
<Properties> | ||
<Property Id="Microsoft.VisualStudio.Services.Links.GitHub" Value="https://dev.azure.com/demoacct1982/Azure%20AI%20Extension%20for%20PR/_git/azure-pipeline-gpt-pr-review-main?path=/azure-pipeline-gpt-pr-review-main&version=GBmain"/> | ||
</Properties> | ||
<Icon>images/icon.png</Icon> | ||
</Metadata> | ||
<Dependencies/> | ||
<Installation> | ||
<InstallationTarget Id="Microsoft.VisualStudio.Services"/> | ||
</Installation> | ||
<Assets> | ||
<Asset Type="Microsoft.VisualStudio.Services.Icons.Default" d:Source="File" Path="images/icon.png" Addressable="true"/> | ||
<Asset Type="Microsoft.VisualStudio.Services.Content.Details" d:Source="File" Path="overview.md" Addressable="true"/> | ||
<Asset Type="Microsoft.VisualStudio.Services.Manifest" d:Source="File" Path="extension.vsomanifest" Addressable="true"/> | ||
</Assets> | ||
</PackageManifest> |
21 changes: 21 additions & 0 deletions
21
.cache/NikitaShinde/GPTPullRequestReview/4.9.3/extension.vsomanifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"manifestVersion": 1, | ||
"repository": { | ||
"type": "git", | ||
"uri": "https://dev.azure.com/demoacct1982/Azure%20AI%20Extension%20for%20PR/_git/azure-pipeline-gpt-pr-review-main?path=/azure-pipeline-gpt-pr-review-main&version=GBmain" | ||
}, | ||
"contributions": [ | ||
{ | ||
"id": "GPTPullRequestReview", | ||
"type": "ms.vss-distributed-task.task", | ||
"targets": [ | ||
"ms.vss-distributed-task.tasks" | ||
], | ||
"properties": { | ||
"name": "GPTPullRequestReview" | ||
} | ||
} | ||
], | ||
"scopes": [], | ||
"contributionTypes": [] | ||
} |
14 changes: 14 additions & 0 deletions
14
.cache/NikitaShinde/GPTPullRequestReview/4.9.4/GPTPullRequestReview/task.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"id": "b42fa530-c4a6-11ed-87f6-d1f44a1fe448", | ||
"name": "GPTPullRequestReview", | ||
"version": { | ||
"Major": "0", | ||
"Minor": "12", | ||
"Patch": "3" | ||
}, | ||
"friendlyName": "Review PullRequest by GPT", | ||
"description": "This task use OpenAi GPT model to review PullRequests", | ||
"preview": false, | ||
"deprecated": false, | ||
"author": "Nikita Shinde" | ||
} |
24 changes: 24 additions & 0 deletions
24
.cache/NikitaShinde/GPTPullRequestReview/4.9.4/extension.vsixmanifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011"> | ||
<Metadata> | ||
<Identity Language="en-US" Id="GPTPullRequestReview" Version="4.9.4" Publisher="NikitaShinde"/> | ||
<DisplayName>GPT Pull Request Review</DisplayName> | ||
<GalleryFlags>Public Preview</GalleryFlags> | ||
<Description xml:space="preserve">A task that review Pull Request using GPT model from OpenAI</Description> | ||
<Categories>Azure Pipelines</Categories> | ||
<Tags>OpenAI,GPT,pullRequest,review</Tags> | ||
<Properties> | ||
<Property Id="Microsoft.VisualStudio.Services.Links.GitHub" Value="https://dev.azure.com/demoacct1982/Azure%20AI%20Extension%20for%20PR/_git/azure-pipeline-gpt-pr-review-main?path=/azure-pipeline-gpt-pr-review-main&version=GBmain"/> | ||
</Properties> | ||
<Icon>images/icon.png</Icon> | ||
</Metadata> | ||
<Dependencies/> | ||
<Installation> | ||
<InstallationTarget Id="Microsoft.VisualStudio.Services"/> | ||
</Installation> | ||
<Assets> | ||
<Asset Type="Microsoft.VisualStudio.Services.Icons.Default" d:Source="File" Path="images/icon.png" Addressable="true"/> | ||
<Asset Type="Microsoft.VisualStudio.Services.Content.Details" d:Source="File" Path="overview.md" Addressable="true"/> | ||
<Asset Type="Microsoft.VisualStudio.Services.Manifest" d:Source="File" Path="extension.vsomanifest" Addressable="true"/> | ||
</Assets> | ||
</PackageManifest> |
21 changes: 21 additions & 0 deletions
21
.cache/NikitaShinde/GPTPullRequestReview/4.9.4/extension.vsomanifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"manifestVersion": 1, | ||
"repository": { | ||
"type": "git", | ||
"uri": "https://dev.azure.com/demoacct1982/Azure%20AI%20Extension%20for%20PR/_git/azure-pipeline-gpt-pr-review-main?path=/azure-pipeline-gpt-pr-review-main&version=GBmain" | ||
}, | ||
"contributions": [ | ||
{ | ||
"id": "GPTPullRequestReview", | ||
"type": "ms.vss-distributed-task.task", | ||
"targets": [ | ||
"ms.vss-distributed-task.tasks" | ||
], | ||
"properties": { | ||
"name": "GPTPullRequestReview" | ||
} | ||
} | ||
], | ||
"scopes": [], | ||
"contributionTypes": [] | ||
} |
14 changes: 14 additions & 0 deletions
14
.cache/NikitaShinde/GPTPullRequestReview/4.9.5/GPTPullRequestReview/task.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"id": "b42fa530-c4a6-11ed-87f6-d1f44a1fe448", | ||
"name": "GPTPullRequestReview", | ||
"version": { | ||
"Major": "0", | ||
"Minor": "12", | ||
"Patch": "3" | ||
}, | ||
"friendlyName": "Review PullRequest by GPT", | ||
"description": "This task use OpenAi GPT model to review PullRequests", | ||
"preview": false, | ||
"deprecated": false, | ||
"author": "Nikita Shinde" | ||
} |
Oops, something went wrong.