From c110a7c32eaadd3c5bccf5235ec7ff8b146306d6 Mon Sep 17 00:00:00 2001 From: Christof Marti Date: Wed, 22 Nov 2017 10:54:23 -0800 Subject: [PATCH] Add confirm command --- .github/commands.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/commands.yml b/.github/commands.yml index a44236ef6ec..1a2d79d1947 100644 --- a/.github/commands.yml +++ b/.github/commands.yml @@ -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' + }, ] }