mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Move to "microsoft/vscode-github-triage-actions"
This commit is contained in:
7
.github/workflows/feature-request.yml
vendored
7
.github/workflows/feature-request.yml
vendored
@@ -14,8 +14,11 @@ jobs:
|
||||
if: github.event_name != 'issues' || contains(github.event.issue.labels.*.name, 'feature-request')
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: 'JacksonKearl/vscode-triage-github-actions'
|
||||
ref: v22
|
||||
repository: 'microsoft/vscode-github-triage-actions'
|
||||
ref: v1
|
||||
- name: Install Actions
|
||||
if: github.event_name != 'issues' || contains(github.event.issue.labels.*.name, 'feature-request')
|
||||
run: npm install --production
|
||||
- name: Run Feature Request Manager
|
||||
if: github.event_name != 'issues' || contains(github.event.issue.labels.*.name, 'feature-request')
|
||||
uses: ./feature-request
|
||||
|
||||
Reference in New Issue
Block a user