Skip to content

Commit 7712446

Browse files
authored
Flip the default comment type (single/review) (#6772)
1 parent fb3f123 commit 7712446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@
401401
"single",
402402
"review"
403403
],
404-
"default": "single",
404+
"default": "review",
405405
"description": "%githubPullRequests.defaultCommentType.description%",
406406
"enumDescriptions": [
407407
"%githubPullRequests.defaultCommentType.single%",

0 commit comments

Comments
 (0)