|
89 | 89 | "action": "close", |
90 | 90 | "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!" |
91 | 91 | }, |
| 92 | + { |
| 93 | + "type": "comment", |
| 94 | + "name": "verified", |
| 95 | + "allowUsers": [ |
| 96 | + "@author" |
| 97 | + ], |
| 98 | + "action": "updateLabels", |
| 99 | + "addLabel": "verified", |
| 100 | + "removeLabel": "author-verification-requested", |
| 101 | + "requireLabel": "author-verification-requested", |
| 102 | + "disallowLabel": "awaiting-insiders-release" |
| 103 | + }, |
92 | 104 | { |
93 | 105 | "type": "comment", |
94 | 106 | "name": "confirm", |
|
135 | 147 | "removeLabel": "~needs more info", |
136 | 148 | "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!" |
137 | 149 | }, |
138 | | - { |
139 | | - "type": "label", |
140 | | - "name": "~needs version info", |
141 | | - "action": "updateLabels", |
142 | | - "addLabel": "needs more info", |
143 | | - "removeLabel": "~needs version info", |
144 | | - "comment": "Thanks for creating this issue! We figured it's missing some basic information, such as a version number, 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!" |
| 150 | + { |
| 151 | + "type": "label", |
| 152 | + "name": "~needs version info", |
| 153 | + "action": "updateLabels", |
| 154 | + "addLabel": "needs more info", |
| 155 | + "removeLabel": "~needs version info", |
| 156 | + "comment": "Thanks for creating this issue! We figured it's missing some basic information, such as a version number, 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!" |
145 | 157 | }, |
146 | 158 | { |
147 | 159 | "type": "comment", |
|
0 commit comments