|
| 1 | +# { |
| 2 | +# perform: true, |
| 3 | +# commands: [ |
| 4 | +# { |
| 5 | +# type: 'comment', |
| 6 | +# name: 'findDuplicates', |
| 7 | +# allowUsers: ['cleidigh', 'usernamehw', 'gjsjohnmurray', 'IllusionMH'], |
| 8 | +# action: 'comment', |
| 9 | +# comment: "Potential duplicates:\n${potentialDuplicates}" |
| 10 | +# } |
| 11 | +# ] |
| 12 | +# } |
| 13 | + |
| 14 | +{ |
| 15 | + perform: true, |
| 16 | + commands: [ |
| 17 | + { |
| 18 | + type: 'comment', |
| 19 | + name: 'question', |
| 20 | + allowUsers: ['cleidigh', 'usernamehw', 'gjsjohnmurray', 'IllusionMH'], |
| 21 | + action: 'updateLabels', |
| 22 | + addLabel: '*question' |
| 23 | + }, |
| 24 | + { |
| 25 | + type: 'label', |
| 26 | + name: '*question', |
| 27 | + allowTriggerByBot: true, |
| 28 | + action: 'close', |
| 29 | + comment: "Please ask your question on [StackOverflow](https://aka.ms/vscodestackoverflow). We have a great community over [there](https://aka.ms/vscodestackoverflow). They have already answered thousands of questions and are happy to answer yours as well. See also our [issue reporting](https://aka.ms/vscodeissuereporting) guidelines.\n\nHappy Coding!" |
| 30 | + }, |
| 31 | + { |
| 32 | + type: 'label', |
| 33 | + name: '*dev-question', |
| 34 | + allowTriggerByBot: true, |
| 35 | + action: 'close', |
| 36 | + 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!" |
| 37 | + }, |
| 38 | + { |
| 39 | + type: 'label', |
| 40 | + name: '*extension-candidate', |
| 41 | + allowTriggerByBot: true, |
| 42 | + action: 'close', |
| 43 | + 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!" |
| 44 | + }, |
| 45 | + { |
| 46 | + type: 'label', |
| 47 | + name: '*not-reproducible', |
| 48 | + allowTriggerByBot: true, |
| 49 | + action: 'close', |
| 50 | + 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!" |
| 51 | + }, |
| 52 | + { |
| 53 | + type: 'label', |
| 54 | + name: '*out-of-scope', |
| 55 | + allowTriggerByBot: true, |
| 56 | + action: 'close', |
| 57 | + comment: "We closed this issue because we don't plan to address it in the foreseeable future. You can find more detailed information about our decision-making process [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!" |
| 58 | + }, |
| 59 | + { |
| 60 | + type: 'comment', |
| 61 | + name: 'causedByExtension', |
| 62 | + allowUsers: ['cleidigh', 'usernamehw', 'gjsjohnmurray', 'IllusionMH'], |
| 63 | + action: 'updateLabels', |
| 64 | + addLabel: '*caused-by-extension' |
| 65 | + }, |
| 66 | + { |
| 67 | + type: 'label', |
| 68 | + name: '*caused-by-extension', |
| 69 | + allowTriggerByBot: true, |
| 70 | + action: 'close', |
| 71 | + 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!" |
| 72 | + }, |
| 73 | + { |
| 74 | + type: 'label', |
| 75 | + name: '*as-designed', |
| 76 | + allowTriggerByBot: true, |
| 77 | + action: 'close', |
| 78 | + 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!" |
| 79 | + }, |
| 80 | + { |
| 81 | + type: 'label', |
| 82 | + name: '*english-please', |
| 83 | + allowTriggerByBot: true, |
| 84 | + action: 'close', |
| 85 | + 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." |
| 86 | + }, |
| 87 | + { |
| 88 | + type: 'comment', |
| 89 | + name: 'duplicate', |
| 90 | + allowUsers: ['cleidigh', 'usernamehw', 'gjsjohnmurray', 'IllusionMH'], |
| 91 | + action: 'updateLabels', |
| 92 | + addLabel: '*duplicate' |
| 93 | + }, |
| 94 | + { |
| 95 | + type: 'label', |
| 96 | + name: '*duplicate', |
| 97 | + allowTriggerByBot: true, |
| 98 | + action: 'close', |
| 99 | + comment: "Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for existing issues [here](https://aka.ms/vscodeissuesearch). See also our [issue reporting](https://aka.ms/vscodeissuereporting) guidelines.\n\nHappy Coding!" |
| 100 | + }, |
| 101 | + { |
| 102 | + type: 'comment', |
| 103 | + name: 'confirm', |
| 104 | + allowUsers: ['cleidigh', 'usernamehw', 'gjsjohnmurray', 'IllusionMH'], |
| 105 | + action: 'updateLabels', |
| 106 | + addLabel: 'confirmed', |
| 107 | + removeLabel: 'confirmation-pending' |
| 108 | + }, |
| 109 | + { |
| 110 | + type: 'comment', |
| 111 | + name: 'confirmationPending', |
| 112 | + allowUsers: ['cleidigh', 'usernamehw', 'gjsjohnmurray', 'IllusionMH'], |
| 113 | + action: 'updateLabels', |
| 114 | + addLabel: 'confirmation-pending', |
| 115 | + removeLabel: 'confirmed' |
| 116 | + }, |
| 117 | + { |
| 118 | + type: 'comment', |
| 119 | + name: 'findDuplicates', |
| 120 | + allowUsers: ['cleidigh', 'usernamehw', 'gjsjohnmurray', 'IllusionMH'], |
| 121 | + action: 'comment', |
| 122 | + comment: "Potential duplicates:\n${potentialDuplicates}" |
| 123 | + }, |
| 124 | + { |
| 125 | + type: 'comment', |
| 126 | + name: 'needsMoreInfo', |
| 127 | + allowUsers: ['cleidigh', 'usernamehw', 'gjsjohnmurray', 'IllusionMH'], |
| 128 | + action: 'updateLabels', |
| 129 | + addLabel: 'needs more info', |
| 130 | + comment: "Thanks for creating this issue! We figured it's missing some basic information or in some other way doesn't follow our [issue reporting](https://aka.ms/vscodeissuereporting) guidelines. Please take the time to review these and update the issue.\n\nHappy Coding!" |
| 131 | + }, |
| 132 | + { |
| 133 | + type: 'label', |
| 134 | + name: '~needs more info', |
| 135 | + action: 'updateLabels', |
| 136 | + addLabel: 'needs more info', |
| 137 | + removeLabel: '~needs more info', |
| 138 | + comment: "Thanks for creating this issue! We figured it's missing some basic information or in some other way doesn't follow our [issue reporting](https://aka.ms/vscodeissuereporting) guidelines. Please take the time to review these and update the issue.\n\nHappy Coding!" |
| 139 | + }, |
| 140 | + { |
| 141 | + type: 'comment', |
| 142 | + name: 'a11ymas', |
| 143 | + allowUsers: ['AccessibilityTestingTeam-TCS', 'dixitsonali95', 'Mohini78', 'ChitrarupaSharma', 'mspatil110', 'umasarath52', 'v-umnaik'], |
| 144 | + action: 'updateLabels', |
| 145 | + addLabel: 'a11ymas' |
| 146 | + }, |
| 147 | + { |
| 148 | + type: 'label', |
| 149 | + name: '*off-topic', |
| 150 | + action: 'close', |
| 151 | + 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!" |
| 152 | + } |
| 153 | + ] |
| 154 | +} |
0 commit comments