Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordeepak1556 <hop2deep@gmail.com>2022-08-02 07:21:23 +0300
committerdeepak1556 <hop2deep@gmail.com>2022-08-02 07:21:23 +0300
commitfff6af5de20b0d7033f10135b10eb89080ebaee7 (patch)
treee549421e3de5aa5ce4261fc3d33f8c2a6b8f20b9 /.github
parent820306c5243e6779c9a1dd72c8726ac66df63466 (diff)
parent887536f50099f2a4f500f35dfa7f912a616110b9 (diff)
Merge remote-tracking branch 'origin' into electron-19.x.y
Diffstat (limited to '.github')
-rw-r--r--.github/commands.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/commands.json b/.github/commands.json
index f67ee72c873..bd319fe1148 100644
--- a/.github/commands.json
+++ b/.github/commands.json
@@ -197,10 +197,10 @@
},
{
"type": "label",
- "name": "~needs version info",
+ "name": "~version-info-needed",
"action": "updateLabels",
"addLabel": "info-needed",
- "removeLabel": "~needs version info",
+ "removeLabel": "~version-info-needed",
"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 guidelines](https://aka.ms/vscodeissuereporting). Please take the time to review these and update the issue.\n\nHappy Coding!"
},
{