mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
Add Needs More Info Closer as an action.
Disable needs more info labeler
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: v10
|
||||
ref: v11
|
||||
- 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: v10
|
||||
ref: v11
|
||||
- name: Run CopyCat (JacksonKearl/testissues)
|
||||
uses: ./copycat
|
||||
with:
|
||||
|
||||
2
.github/workflows/locker.yml
vendored
2
.github/workflows/locker.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: 'JacksonKearl/vscode-triage-github-actions'
|
||||
ref: v10
|
||||
ref: v11
|
||||
- name: Run Locker
|
||||
uses: ./locker
|
||||
with:
|
||||
|
||||
0
.github/workflows/needs-more-info-closer.yml
vendored
Normal file
0
.github/workflows/needs-more-info-closer.yml
vendored
Normal file
@@ -1,7 +1,7 @@
|
||||
name: Needs Version Info
|
||||
on:
|
||||
issues:
|
||||
types: [opened, edited]
|
||||
name: Needs More Info Labeler
|
||||
on: repository_dispatch # disable pending resolution of #92958
|
||||
# issues:
|
||||
# types: [opened, edited]
|
||||
|
||||
jobs:
|
||||
main:
|
||||
@@ -11,9 +11,9 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: 'JacksonKearl/vscode-triage-github-actions'
|
||||
ref: v10
|
||||
- name: Run Needs Version Info
|
||||
uses: ./needs-more-info
|
||||
ref: v11
|
||||
- name: Run Needs More Info Labeler
|
||||
uses: ./needs-more-info-labeler
|
||||
with:
|
||||
token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}
|
||||
matcher: '\b(\d\.\d{2,3}\.\d|insiders?|1\.\d\d\d?)\b'
|
||||
2
.github/workflows/new-release.yml
vendored
2
.github/workflows/new-release.yml
vendored
@@ -11,7 +11,7 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: 'JacksonKearl/vscode-triage-github-actions'
|
||||
ref: v10
|
||||
ref: v11
|
||||
- name: Run New Release
|
||||
uses: ./new-release
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user