Skip to content

Commit

Permalink
fix: create pr comments in a resolved state (#25)
Browse files Browse the repository at this point in the history
Co-authored-by: Philipp Dollst <[email protected]>
  • Loading branch information
phidol and phidol authored Aug 8, 2024
1 parent 2c0114c commit fbaa971
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion vercel-azdo-pr-comment-task-source/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ async function run() {
commentType: CommentType.System,
},
],
status: CommentThreadStatus.Active,
status: CommentThreadStatus.Unknown,
},
repositoryId,
parseInt(pullRequestId),
Expand Down
2 changes: 1 addition & 1 deletion vercel-azdo-pr-comment-task-source/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"version": {
"Major": 1,
"Minor": 0,
"Patch": 0
"Patch": 1
},
"instanceNameFormat": "Commenting on Pull Request",
"inputs": [
Expand Down
2 changes: 1 addition & 1 deletion vss-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"manifestVersion": 1,
"id": "vercel-deployment-extension",
"name": "Vercel Deployment Extension",
"version": "1.3.0",
"version": "1.3.1",
"publisher": "Vercel",
"public": true,
"targets": [
Expand Down

0 comments on commit fbaa971

Please sign in to comment.