From 2775cbd3da4e6c7f99b4e7ea55c110fef3c63527 Mon Sep 17 00:00:00 2001 From: kieferrm Date: Thu, 19 Dec 2019 10:44:54 -0800 Subject: [PATCH] updated commands.yml --- .github/commands.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/commands.yml b/.github/commands.yml index ea0895b3dd2..24ac951d6f0 100644 --- a/.github/commands.yml +++ b/.github/commands.yml @@ -131,5 +131,11 @@ action: 'updateLabels', addLabel: 'a11ymas' }, + { + type: 'label', + name: '*off-topic', + action: 'close', + comment: "Thanks for creating this issue. We think this issue is unactionable or unrelated to the goals of this project. Please follow our [issue reporting](https://aka.ms/vscodeissuereporting) guidelines.\n\nHappy Coding!" + } ] }