Skip to content

Commit c310c24

Browse files
committed
Allow labels being triggered by the bot
1 parent c8252b6 commit c310c24

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
@@ -18,24 +18,28 @@
1818
{
1919
type: 'label',
2020
name: '*dev-question',
21+
allowTriggerByBot: true,
2122
action: 'close',
2223
comment: "We have a great developer community [over on slack](https://aka.ms/vscode-dev-community) where extension authors help each other. This is a great place for you to ask questions and find support.\n\nHappy Coding!"
2324
},
2425
{
2526
type: 'label',
2627
name: '*extension-candidate',
28+
allowTriggerByBot: true,
2729
action: 'close',
2830
comment: "We try to keep VS Code lean and we think the functionality you're asking for is great for a VS Code extension. Maybe you can already find one that suits you in the [VS Code Marketplace](https://aka.ms/vscodemarketplace). Just in case, in a few simple steps you can get started [writing your own extension](https://aka.ms/vscodewritingextensions). See also our [issue reporting](https://aka.ms/vscodeissuereporting) guidelines.\n\nHappy Coding!"
2931
},
3032
{
3133
type: 'label',
3234
name: '*not-reproducible',
35+
allowTriggerByBot: true,
3336
action: 'close',
3437
comment: "We closed this issue because we are unable to reproduce the problem with the steps you describe. Chances are we've already fixed your problem in a recent version of VS Code. If not, please ask us to reopen the issue and provide us with more detail. Our [issue reporting](https://aka.ms/vscodeissuereporting) guidelines might help you with that.\n\nHappy Coding!"
3538
},
3639
{
3740
type: 'label',
3841
name: '*out-of-scope',
42+
allowTriggerByBot: true,
3943
action: 'close',
4044
comment: "This issue is being closed to keep the number of issues in our inbox on a manageable level, we are closing issues that are not going to be addressed in the foreseeable future: We look at the number of votes the issue has received and the number of duplicate issues filed. More details [here](https://aka.ms/vscode-out-of-scope). If you disagree and feel that this issue is crucial: We are happy to listen and to reconsider.\n\nIf you wonder what we are up to, please see our [roadmap](https://aka.ms/vscoderoadmap) and [issue reporting](https://aka.ms/vscodeissuereporting) guidelines.\n\nThanks for your understanding and happy coding!"
4145
},
@@ -56,12 +60,14 @@
5660
{
5761
type: 'label',
5862
name: '*as-designed',
63+
allowTriggerByBot: true,
5964
action: 'close',
6065
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!"
6166
},
6267
{
6368
type: 'label',
6469
name: '*english-please',
70+
allowTriggerByBot: true,
6571
action: 'close',
6672
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."
6773
},

0 commit comments

Comments
 (0)