diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 012854c7309..19111126b93 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -4,8 +4,8 @@ about: Suggest an idea for this project --- + - diff --git a/.github/commands.json b/.github/commands.json index 07d3e466f90..c721ac8d001 100644 --- a/.github/commands.json +++ b/.github/commands.json @@ -127,14 +127,6 @@ "action": "updateLabels", "addLabel": "~needs more info" }, - { - "type": "label", - "name": "~needs version info", - "action": "updateLabels", - "addLabel": "needs more info", - "removeLabel": "~needs version info", - "comment": "Thanks for creating this issue! We figured it's missing some basic information, such as a version number, or in some other way doesn't follow our [issue reporting](https://aka.ms/vscodeissuereporting) guidelines. Please take the time to review these and update the issue.\n\nHappy Coding!" - }, { "type": "label", "name": "~needs more info", diff --git a/.github/workflows/commands.yml b/.github/workflows/commands.yml index dc376c48d17..ce4dbde1d36 100644 --- a/.github/workflows/commands.yml +++ b/.github/workflows/commands.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v2 with: repository: 'JacksonKearl/vscode-triage-github-actions' - ref: v4 + ref: v5 - name: Run Commands uses: ./commands with: diff --git a/.github/workflows/copycat.yml b/.github/workflows/copycat.yml index ab55e3b7c2a..20f541a5d6d 100644 --- a/.github/workflows/copycat.yml +++ b/.github/workflows/copycat.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v2 with: repository: 'JacksonKearl/vscode-triage-github-actions' - ref: v4 + ref: v5 - name: Run CopyCat (JacksonKearl/testissues) uses: ./copycat with: diff --git a/.github/workflows/needs-version-info.yml b/.github/workflows/needs-version-info.yml index 2f27c2be199..b92d19341e0 100644 --- a/.github/workflows/needs-version-info.yml +++ b/.github/workflows/needs-version-info.yml @@ -11,10 +11,12 @@ jobs: uses: actions/checkout@v2 with: repository: 'JacksonKearl/vscode-triage-github-actions' - ref: v4 - # - name: Run Needs Version Info - # uses: ./needs-more-info - # with: - # token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}} - # matcher: '\b(\d\.\d{2,3}\.\d|insiders?|1\.\d\d\d?)\b' - # label: ~needs version info + ref: v5 + - name: Run Needs Version Info + uses: ./needs-more-info + with: + 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 + 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. This comment will go away once sufficient information is included in your issue.\n\nHappy Coding! + label: needs more info