mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-30 05:21:08 +01:00
Move to "microsoft/vscode-github-triage-actions"
This commit is contained in:
7
.github/workflows/author-verified.yml
vendored
7
.github/workflows/author-verified.yml
vendored
@@ -14,9 +14,12 @@ jobs:
|
||||
if: github.event_name != 'issues' || contains(github.event.issue.labels.*.name, 'author-verification-requested')
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: 'JacksonKearl/vscode-triage-github-actions'
|
||||
ref: v22
|
||||
repository: 'microsoft/vscode-github-triage-actions'
|
||||
ref: v1
|
||||
path: ./actions
|
||||
- name: Install Actions
|
||||
if: github.event_name != 'issues' || contains(github.event.issue.labels.*.name, 'author-verification-requested')
|
||||
run: npm install --production --prefix ./actions
|
||||
- name: Checkout Repo
|
||||
if: github.event_name != 'issues' || contains(github.event.issue.labels.*.name, 'author-verification-requested')
|
||||
uses: actions/checkout@v2
|
||||
|
||||
6
.github/workflows/commands.yml
vendored
6
.github/workflows/commands.yml
vendored
@@ -12,8 +12,10 @@ jobs:
|
||||
- name: Checkout Actions
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: 'JacksonKearl/vscode-triage-github-actions'
|
||||
ref: v22
|
||||
repository: 'microsoft/vscode-github-triage-actions'
|
||||
ref: v1
|
||||
- name: Install Actions
|
||||
run: npm install --production
|
||||
- name: Run Commands
|
||||
uses: ./commands
|
||||
with:
|
||||
|
||||
6
.github/workflows/copycat.yml
vendored
6
.github/workflows/copycat.yml
vendored
@@ -10,8 +10,10 @@ jobs:
|
||||
- name: Checkout Actions
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: 'JacksonKearl/vscode-triage-github-actions'
|
||||
ref: v22
|
||||
repository: 'microsoft/vscode-github-triage-actions'
|
||||
ref: v1
|
||||
- name: Install Actions
|
||||
run: npm install --production
|
||||
- name: Run CopyCat (JacksonKearl/testissues)
|
||||
uses: ./copycat
|
||||
with:
|
||||
|
||||
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
|
||||
|
||||
6
.github/workflows/locker.yml
vendored
6
.github/workflows/locker.yml
vendored
@@ -17,8 +17,10 @@ jobs:
|
||||
- name: Checkout Actions
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: 'JacksonKearl/vscode-triage-github-actions'
|
||||
ref: v22
|
||||
repository: 'microsoft/vscode-github-triage-actions'
|
||||
ref: v1
|
||||
- name: Install Actions
|
||||
run: npm install --production
|
||||
- name: Run Locker
|
||||
uses: ./locker
|
||||
with:
|
||||
|
||||
6
.github/workflows/needs-more-info-closer.yml
vendored
6
.github/workflows/needs-more-info-closer.yml
vendored
@@ -11,8 +11,10 @@ jobs:
|
||||
- name: Checkout Actions
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: 'JacksonKearl/vscode-triage-github-actions'
|
||||
ref: v22
|
||||
repository: 'microsoft/vscode-github-triage-actions'
|
||||
ref: v1
|
||||
- name: Install Actions
|
||||
run: npm install --production
|
||||
- name: Run Needs More Info Closer
|
||||
uses: ./needs-more-info-closer
|
||||
with:
|
||||
|
||||
6
.github/workflows/new-release.yml
vendored
6
.github/workflows/new-release.yml
vendored
@@ -10,8 +10,10 @@ jobs:
|
||||
- name: Checkout Actions
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: 'JacksonKearl/vscode-triage-github-actions'
|
||||
ref: v22
|
||||
repository: 'microsoft/vscode-github-triage-actions'
|
||||
ref: v1
|
||||
- name: Install Actions
|
||||
run: npm install --production
|
||||
- name: Run New Release
|
||||
uses: ./new-release
|
||||
with:
|
||||
|
||||
@@ -11,8 +11,11 @@ jobs:
|
||||
if: contains(github.event.issue.labels.*.name, 'testplan-item') || contains(github.event.issue.labels.*.name, 'invalid-testplan-item')
|
||||
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: contains(github.event.issue.labels.*.name, 'testplan-item') || contains(github.event.issue.labels.*.name, 'invalid-testplan-item')
|
||||
run: npm install --production
|
||||
- name: Run Test Plan Item Validator
|
||||
if: contains(github.event.issue.labels.*.name, 'testplan-item') || contains(github.event.issue.labels.*.name, 'invalid-testplan-item')
|
||||
uses: ./test-plan-item-validator
|
||||
|
||||
Reference in New Issue
Block a user