Skip to content

Commit 86ca448

Browse files
author
Jackson Kearl
committed
Re-enable needs version info bot, but one that cleans up after itself and ignores feature requests. Ref microsoft#92958.
1 parent ebcc820 commit 86ca448

5 files changed

Lines changed: 12 additions & 18 deletions

File tree

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ about: Suggest an idea for this project
44

55
---
66

7+
<!-- Please leave this comment intact to help us with managing issues. NEEDS_VERSION_INFO_IGNORE -->
78
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
89
<!-- Please search existing issues to avoid creating duplicates. -->
910

1011
<!-- Describe the feature you'd like. -->
11-
<!-- Please include the latest version of VS Code you've confirmed to not have this feature -->

.github/commands.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -127,14 +127,6 @@
127127
"action": "updateLabels",
128128
"addLabel": "~needs more info"
129129
},
130-
{
131-
"type": "label",
132-
"name": "~needs version info",
133-
"action": "updateLabels",
134-
"addLabel": "needs more info",
135-
"removeLabel": "~needs version info",
136-
"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!"
137-
},
138130
{
139131
"type": "label",
140132
"name": "~needs more info",

.github/workflows/commands.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v2
1414
with:
1515
repository: 'JacksonKearl/vscode-triage-github-actions'
16-
ref: v4
16+
ref: v5
1717
- name: Run Commands
1818
uses: ./commands
1919
with:

.github/workflows/copycat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v2
1212
with:
1313
repository: 'JacksonKearl/vscode-triage-github-actions'
14-
ref: v4
14+
ref: v5
1515
- name: Run CopyCat (JacksonKearl/testissues)
1616
uses: ./copycat
1717
with:

.github/workflows/needs-version-info.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ jobs:
1111
uses: actions/checkout@v2
1212
with:
1313
repository: 'JacksonKearl/vscode-triage-github-actions'
14-
ref: v4
15-
# - name: Run Needs Version Info
16-
# uses: ./needs-more-info
17-
# with:
18-
# token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}
19-
# matcher: '\b(\d\.\d{2,3}\.\d|insiders?|1\.\d\d\d?)\b'
20-
# label: ~needs version info
14+
ref: v5
15+
- name: Run Needs Version Info
16+
uses: ./needs-more-info
17+
with:
18+
token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}
19+
matcher: '\b(\d\.\d{2,3}\.\d|insiders?|1\.\d\d\d?|)\b'
20+
tags: NEEDS_VERSION_INFO_IGNORE
21+
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!
22+
label: needs more info

0 commit comments

Comments
 (0)