From 908cdaf6d208e0e6cf617e6df0cd7ed0827c6eae Mon Sep 17 00:00:00 2001 From: Pine Date: Thu, 25 Apr 2019 02:07:19 -0700 Subject: [PATCH] Add *english-please label action for bots. Fix #72766 (#72767) --- .github/commands.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/commands.yml b/.github/commands.yml index 70d41295408..f20079caab8 100644 --- a/.github/commands.yml +++ b/.github/commands.yml @@ -51,6 +51,12 @@ action: 'close', comment: "The described behavior is how it is expected to work. If you disagree, please explain what is expected and what is not in more detail. See also our [issue reporting](https://aka.ms/vscodeissuereporting) guidelines.\n\nHappy Coding!" }, + { + type: 'label', + name: '*english-please', + action: 'close', + comment: "This issue is being closed because its description is not in English, that makes it hard for us to work on it. Please open a new issue with an English description. You might find [Bing Translator](https://www.bing.com/translator) useful." + }, { type: 'comment', name: 'duplicate',