From c9a68ddc1e41e88fca5a3775b91ed1611968908d Mon Sep 17 00:00:00 2001 From: Anthony Dresser Date: Wed, 11 Mar 2020 12:53:03 -0700 Subject: [PATCH] fix issue label (#9555) --- .github/commands.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/commands.yml b/.github/commands.yml index fd1515dce0..967ef134c0 100644 --- a/.github/commands.yml +++ b/.github/commands.yml @@ -4,7 +4,6 @@ { type: 'label', 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" }