diff --git a/.github/commands.yml b/.github/commands.yml index b652a942edd..a7d7425592e 100644 --- a/.github/commands.yml +++ b/.github/commands.yml @@ -37,6 +37,12 @@ action: 'close', comment: "This issue is caused by an extension, please file it with the repository (or contact) the extension has linked in its overview in VS Code or the [marketplace](https://aka.ms/vscodemarketplace) for VS Code. See also our [issue reporting](https://aka.ms/vscodeissuereporting) guidelines.\n\nHappy Coding!" }, + { + type: 'label', + name: '*as-designed', + 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: 'comment', name: 'duplicate',