Skip to content

Commit a90f05f

Browse files
committed
Automatically add auto label for autogenerated issue
1 parent c89968c commit a90f05f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/misc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ export function getErrorReportUrl(title, description) {
202202
}
203203
}
204204
return `https://github.com/platformio/platformio-${process.env.PLATFORMIO_CALLER || 'vscode'}-ide/issues/new?${qs.stringify(
205-
{ title, body: description })}`;
205+
{ title, body: description, labels: 'auto' })}`;
206206
}
207207

208208
export function isPIOProject(dir) {

0 commit comments

Comments
 (0)