mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 17:19:01 +01:00
Re-enable needs version info bot, but one that cleans up after itself and ignores feature requests. Ref #92958.
This commit is contained in:
2
.github/workflows/commands.yml
vendored
2
.github/workflows/commands.yml
vendored
@@ -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:
|
||||
|
||||
2
.github/workflows/copycat.yml
vendored
2
.github/workflows/copycat.yml
vendored
@@ -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:
|
||||
|
||||
16
.github/workflows/needs-version-info.yml
vendored
16
.github/workflows/needs-version-info.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user