Add confirm command

pull/35956/head^2
Christof Marti 2017-11-22 10:54:23 -08:00
parent 872ecf2a4e
commit c110a7c32e
1 changed files with 6 additions and 0 deletions

View File

@ -38,5 +38,11 @@
action: 'close',
comment: "This issue has been closed because it is already tracked by another issue. See also our [GitHub issues](https://aka.ms/vscodeissuesearch) to search for existing issues and our [issue reporting](https://aka.ms/vscodeissuereporting) guidelines.\n\nHappy Coding!"
},
{
type: 'comment',
name: 'confirm',
action: 'updateLabels',
addLabel: 'confirmed'
},
]
}