diff --git a/.github/commands.yml b/.github/commands.yml index 482f005732..fd1515dce0 100644 --- a/.github/commands.yml +++ b/.github/commands.yml @@ -1,12 +1,12 @@ { - perform: false, + perform: true, commands: [ { type: 'label', - name: 'duplicate', - allowTriggerByBot: true, - action: 'close', - 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!" + name: 'Needs Logs', + allowTriggerByBot: false, + action: 'comment', + comment: "We need more info to debug your particular issue. If you could attach your logs to the issue (ensure no private data is in them), it would help us fix the issue much faster.\n\nTo find your logs:\n\n- Open command palette (Click **View** -> **Command Palette**)\n- Run the command: **`Developer: Open Logs Folder`**\n\nThis will open the log file locally. Please include renderer.log" } ] }