Skip to content

Commit 908cdaf

Browse files
octrefchrmarti
authored andcommitted
Add *english-please label action for bots. Fix microsoft#72766 (microsoft#72767)
1 parent 4c7fed5 commit 908cdaf

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/commands.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@
5151
action: 'close',
5252
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!"
5353
},
54+
{
55+
type: 'label',
56+
name: '*english-please',
57+
action: 'close',
58+
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."
59+
},
5460
{
5561
type: 'comment',
5662
name: 'duplicate',

0 commit comments

Comments
 (0)