Skip to content

Commit f5c4af7

Browse files
authored
Put back the [DRAFT] (#7360)
1 parent 1f5e142 commit f5c4af7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/view/treeNodes/pullRequestNode.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ export class PRNode extends TreeNode implements vscode.CommentingRangeProvider2
322322
labelPrefix += `#${formattedPRNumber}: `;
323323
}
324324

325-
const label = `${labelPrefix}${isDraft ? '| ' : ''}${labelTitle}`;
325+
const label = `${labelPrefix}${isDraft ? '[DRAFT] ' : ''}${labelTitle}`;
326326
const description = `by @${login}`;
327327
const command = {
328328
title: vscode.l10n.t('View Pull Request Description'),

0 commit comments

Comments
 (0)