Skip to content

Commit 014f0b7

Browse files
committed
Make resolved message less verbose
1 parent 906c3cd commit 014f0b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/github/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export function updateThread(vscodeThread: GHPRCommentThread, reviewThread: IRev
108108

109109
export function updateCommentThreadLabel(thread: GHPRCommentThread) {
110110
if (thread.state === vscode.CommentThreadState.Resolved) {
111-
thread.label = 'This thread has been marked as resolved';
111+
thread.label = 'Marked as resolved';
112112
return;
113113
}
114114

0 commit comments

Comments
 (0)