Add automated comment for needs logs. (#9428)

* add auto logging comment for needs more info

* change label to Needs Logs

* update comment
This commit is contained in:
Anthony Dresser
2020-03-11 12:45:28 -07:00
committed by GitHub
parent dbc20c1f67
commit a27e60b6ad

10
.github/commands.yml vendored
View File

@@ -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"
}
]
}