From dc7e5faf12e99083fb836112de0bb133b11541fa Mon Sep 17 00:00:00 2001 From: Jackson Kearl Date: Wed, 25 Mar 2020 18:01:12 -0700 Subject: [PATCH] List out bots interacting with issues --- .github/workflows/needs-version-info.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/needs-version-info.yml b/.github/workflows/needs-version-info.yml index 702ed4bfdc4..626c92ac738 100644 --- a/.github/workflows/needs-version-info.yml +++ b/.github/workflows/needs-version-info.yml @@ -18,5 +18,6 @@ jobs: token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}} matcher: '\b(\d\.\d{2,3}\.\d|insiders?|1\.\d\d\d?)\b' tags: NEEDS_VERSION_INFO_IGNORE + bots: vscodebot|vscode-triage-bot comment: "Thanks for creating this issue! We detected it's missing some basic information, such as your VS Code and operating system versions, or in some other way doesn't follow our [issue reporting](https://aka.ms/vscodeissuereporting) guidelines. Please take the time to review these guidelines and update the issue.\nThis comment will go away once sufficient information is included in your issue.\n\nHappy Coding!" label: needs more info