diff --git a/.github/workflows/needs-version-info.yml b/.github/workflows/needs-version-info.yml index 626c92ac738..7c7a989d6bd 100644 --- a/.github/workflows/needs-version-info.yml +++ b/.github/workflows/needs-version-info.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v2 with: repository: 'JacksonKearl/vscode-triage-github-actions' - ref: v5 + ref: master - name: Run Needs Version Info uses: ./needs-more-info with: @@ -19,5 +19,5 @@ jobs: 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!" + 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.\n\nThis comment will go away once sufficient information is included in your issue.\n\nHappy Coding!" label: needs more info