Skip to content

Commit

Permalink
Merge pull request #1071 from microsoft/dev/bhavyau/update-commands
Browse files Browse the repository at this point in the history
Update info-needed labels
  • Loading branch information
bhavyaus authored Jul 31, 2024
2 parents 3469570 + 3b83164 commit 4565db5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/commands.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,13 @@
"IllusionMH"
],
"action": "updateLabels",
"addLabel": "~needs more info"
"addLabel": "~info-needed"
},
{
"type": "comment",
"name": "jsDebugLogs",
"action": "updateLabels",
"addLabel": "needs more info",
"addLabel": "info-needed",
"comment": "Please collect trace logs using the following instructions:\n\n> If you're able to, add `\"trace\": true` to your `launch.json` and reproduce the issue. The location of the log file on your disk will be written to the Debug Console. Share that with us.\n>\n> ⚠️ This log file will not contain source code, but will contain file paths. You can drop it into https://microsoft.github.io/vscode-pwa-analyzer/index.html to see what it contains. If you'd rather not share the log publicly, you can email it to connor@xbox.com"
},
{
Expand All @@ -154,17 +154,17 @@
},
{
"type": "label",
"name": "~needs more info",
"name": "~info-needed",
"action": "updateLabels",
"addLabel": "needs more info",
"removeLabel": "~needs more info",
"addLabel": "info-needed",
"removeLabel": "~info-needed",
"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!"
},
{
"type": "label",
"name": "~needs version info",
"action": "updateLabels",
"addLabel": "needs more info",
"addLabel": "info-needed",
"removeLabel": "~needs version info",
"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!"
},
Expand Down

0 comments on commit 4565db5

Please sign in to comment.