From 099e94fa2de0e8ef28b6a0deb3767cd435cf75f8 Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Mon, 7 Dec 2020 14:41:00 -0800 Subject: [PATCH] Rename action config file (#13709) * Add action for responding to Needs Logs label * Fix action name * Rename config file * remove quotes --- .../{respond-to-issue-based-on-label.yml => label-actions.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/{respond-to-issue-based-on-label.yml => label-actions.yml} (97%) diff --git a/.github/respond-to-issue-based-on-label.yml b/.github/label-actions.yml similarity index 97% rename from .github/respond-to-issue-based-on-label.yml rename to .github/label-actions.yml index cd642a7ebd..e427390cb9 100644 --- a/.github/respond-to-issue-based-on-label.yml +++ b/.github/label-actions.yml @@ -1,2 +1,2 @@ -needs logs: +Needs Logs: 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 zip up this folder and attach it to the issue."