mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 00:59:03 +01:00
Update actions & use author-verified label for author-verified issues.
This commit is contained in:
2
.github/workflows/author-verified.yml
vendored
2
.github/workflows/author-verified.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: 'JacksonKearl/vscode-triage-github-actions'
|
||||
ref: master # update once stabalized
|
||||
ref: v18
|
||||
path: ./actions
|
||||
- name: Checkout Repo
|
||||
uses: actions/checkout@v2
|
||||
|
||||
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: v16
|
||||
ref: v18
|
||||
- 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: v16
|
||||
ref: v18
|
||||
- name: Run CopyCat (JacksonKearl/testissues)
|
||||
uses: ./copycat
|
||||
with:
|
||||
|
||||
2
.github/workflows/locker.yml
vendored
2
.github/workflows/locker.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: 'JacksonKearl/vscode-triage-github-actions'
|
||||
ref: v16
|
||||
ref: v18
|
||||
- name: Run Locker
|
||||
uses: ./locker
|
||||
with:
|
||||
|
||||
2
.github/workflows/needs-more-info-closer.yml
vendored
2
.github/workflows/needs-more-info-closer.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: 'JacksonKearl/vscode-triage-github-actions'
|
||||
ref: v16
|
||||
ref: v18
|
||||
- name: Run Needs More Info Closer
|
||||
uses: ./needs-more-info-closer
|
||||
with:
|
||||
|
||||
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: v16
|
||||
ref: v18
|
||||
- name: Run New Release
|
||||
uses: ./new-release
|
||||
with:
|
||||
|
||||
@@ -11,7 +11,7 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: 'JacksonKearl/vscode-triage-github-actions'
|
||||
ref: v16
|
||||
ref: v18
|
||||
- name: Run Test Plan Item Validator
|
||||
uses: ./test-plan-item-validator
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user