Adopt new repository dispatch selectors & latest release monitor action
Bump actionspull/99272/head
parent
6f97e28dea
commit
9ec964f38b
|
@ -1,6 +1,7 @@
|
||||||
name: Author Verified
|
name: Author Verified
|
||||||
on:
|
on:
|
||||||
repository_dispatch:
|
repository_dispatch:
|
||||||
|
types: [trigger-author-verified]
|
||||||
schedule:
|
schedule:
|
||||||
- cron: 20 14 * * * # 4:20pm Zurich
|
- cron: 20 14 * * * # 4:20pm Zurich
|
||||||
issues:
|
issues:
|
||||||
|
@ -16,7 +17,7 @@ jobs:
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
repository: 'microsoft/vscode-github-triage-actions'
|
repository: 'microsoft/vscode-github-triage-actions'
|
||||||
ref: v18
|
ref: v19
|
||||||
path: ./actions
|
path: ./actions
|
||||||
- name: Install Actions
|
- name: Install Actions
|
||||||
if: github.event_name != 'issues' || contains(github.event.issue.labels.*.name, 'author-verification-requested')
|
if: github.event_name != 'issues' || contains(github.event.issue.labels.*.name, 'author-verification-requested')
|
||||||
|
|
|
@ -11,7 +11,7 @@ jobs:
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
repository: 'microsoft/vscode-github-triage-actions'
|
repository: 'microsoft/vscode-github-triage-actions'
|
||||||
ref: v18
|
ref: v19
|
||||||
path: ./actions
|
path: ./actions
|
||||||
- name: Install Actions
|
- name: Install Actions
|
||||||
run: npm install --production --prefix ./actions
|
run: npm install --production --prefix ./actions
|
||||||
|
|
|
@ -13,7 +13,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
repository: 'microsoft/vscode-github-triage-actions'
|
repository: 'microsoft/vscode-github-triage-actions'
|
||||||
path: ./actions
|
path: ./actions
|
||||||
ref: v18
|
ref: v19
|
||||||
- name: Install Actions
|
- name: Install Actions
|
||||||
run: npm install --production --prefix ./actions
|
run: npm install --production --prefix ./actions
|
||||||
- name: Run Commands
|
- name: Run Commands
|
||||||
|
|
|
@ -13,7 +13,7 @@ jobs:
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
repository: 'microsoft/vscode-github-triage-actions'
|
repository: 'microsoft/vscode-github-triage-actions'
|
||||||
ref: v18
|
ref: v19
|
||||||
path: ./actions
|
path: ./actions
|
||||||
- name: Install Actions
|
- name: Install Actions
|
||||||
if: contains(github.event.issue.labels.*.name, '*english-please')
|
if: contains(github.event.issue.labels.*.name, '*english-please')
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
name: Feature Request Manager
|
name: Feature Request Manager
|
||||||
on:
|
on:
|
||||||
repository_dispatch:
|
repository_dispatch:
|
||||||
|
types: [trigger-feature-request-manager]
|
||||||
issues:
|
issues:
|
||||||
types: [milestoned]
|
types: [milestoned]
|
||||||
schedule:
|
schedule:
|
||||||
|
@ -17,7 +18,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
repository: 'microsoft/vscode-github-triage-actions'
|
repository: 'microsoft/vscode-github-triage-actions'
|
||||||
path: ./actions
|
path: ./actions
|
||||||
ref: v18
|
ref: v19
|
||||||
- name: Install Actions
|
- name: Install Actions
|
||||||
if: github.event_name != 'issues' || contains(github.event.issue.labels.*.name, 'feature-request')
|
if: github.event_name != 'issues' || contains(github.event.issue.labels.*.name, 'feature-request')
|
||||||
run: npm install --production --prefix ./actions
|
run: npm install --production --prefix ./actions
|
||||||
|
|
|
@ -0,0 +1,20 @@
|
||||||
|
name: Latest Release Monitor
|
||||||
|
on:
|
||||||
|
schedule:
|
||||||
|
- cron: 0/10 * * * *
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
main:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout Actions
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
repository: 'microsoft/vscode-github-triage-actions'
|
||||||
|
path: ./actions
|
||||||
|
ref: v19
|
||||||
|
- name: Install Actions
|
||||||
|
run: npm install --production --prefix ./actions
|
||||||
|
run: npm install @azure/storage-blob
|
||||||
|
- name: Run Locker
|
||||||
|
uses: ./actions/latest-release-monitor
|
|
@ -3,6 +3,7 @@ on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: 20 23 * * * # 4:20pm Redmond
|
- cron: 20 23 * * * # 4:20pm Redmond
|
||||||
repository_dispatch:
|
repository_dispatch:
|
||||||
|
types: [trigger-locker]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
main:
|
main:
|
||||||
|
@ -13,7 +14,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
repository: 'microsoft/vscode-github-triage-actions'
|
repository: 'microsoft/vscode-github-triage-actions'
|
||||||
path: ./actions
|
path: ./actions
|
||||||
ref: v18
|
ref: v19
|
||||||
- name: Install Actions
|
- name: Install Actions
|
||||||
run: npm install --production --prefix ./actions
|
run: npm install --production --prefix ./actions
|
||||||
- name: Run Locker
|
- name: Run Locker
|
||||||
|
|
|
@ -3,6 +3,7 @@ on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: 20 11 * * * # 4:20am Redmond
|
- cron: 20 11 * * * # 4:20am Redmond
|
||||||
repository_dispatch:
|
repository_dispatch:
|
||||||
|
types: [trigger-needs-more-info]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
main:
|
main:
|
||||||
|
@ -13,7 +14,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
repository: 'microsoft/vscode-github-triage-actions'
|
repository: 'microsoft/vscode-github-triage-actions'
|
||||||
path: ./actions
|
path: ./actions
|
||||||
ref: v18
|
ref: v19
|
||||||
- name: Install Actions
|
- name: Install Actions
|
||||||
run: npm install --production --prefix ./actions
|
run: npm install --production --prefix ./actions
|
||||||
- name: Run Needs More Info Closer
|
- name: Run Needs More Info Closer
|
||||||
|
|
|
@ -11,7 +11,7 @@ jobs:
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
repository: 'microsoft/vscode-github-triage-actions'
|
repository: 'microsoft/vscode-github-triage-actions'
|
||||||
ref: v18
|
ref: v19
|
||||||
path: ./actions
|
path: ./actions
|
||||||
- name: Install Actions
|
- name: Install Actions
|
||||||
run: npm install --production --prefix ./actions
|
run: npm install --production --prefix ./actions
|
||||||
|
|
|
@ -11,7 +11,7 @@ jobs:
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
repository: 'microsoft/vscode-github-triage-actions'
|
repository: 'microsoft/vscode-github-triage-actions'
|
||||||
ref: v18
|
ref: v19
|
||||||
path: ./actions
|
path: ./actions
|
||||||
- name: Install Actions
|
- name: Install Actions
|
||||||
run: npm install --production --prefix ./actions
|
run: npm install --production --prefix ./actions
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
name: "Release Pipeline Labeler"
|
name: "Release Pipeline Labeler"
|
||||||
on:
|
on:
|
||||||
issues:
|
issues:
|
||||||
types: [closed]
|
types: [closed]
|
||||||
schedule:
|
repository_dispatch:
|
||||||
- cron: 20 14 * * * # 4:20pm Zurich
|
types: [released-insider]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
main:
|
main:
|
||||||
|
@ -13,7 +13,7 @@ jobs:
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
repository: 'microsoft/vscode-github-triage-actions'
|
repository: 'microsoft/vscode-github-triage-actions'
|
||||||
ref: v18
|
ref: v19
|
||||||
path: ./actions
|
path: ./actions
|
||||||
- name: Checkout Repo
|
- name: Checkout Repo
|
||||||
if: github.event_name != 'issues'
|
if: github.event_name != 'issues'
|
||||||
|
|
|
@ -14,7 +14,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
repository: 'microsoft/vscode-github-triage-actions'
|
repository: 'microsoft/vscode-github-triage-actions'
|
||||||
path: ./actions
|
path: ./actions
|
||||||
ref: v18
|
ref: v19
|
||||||
- name: Install Actions
|
- name: Install Actions
|
||||||
if: contains(github.event.issue.labels.*.name, 'testplan-item') || contains(github.event.issue.labels.*.name, 'invalid-testplan-item')
|
if: contains(github.event.issue.labels.*.name, 'testplan-item') || contains(github.event.issue.labels.*.name, 'invalid-testplan-item')
|
||||||
run: npm install --production --prefix ./actions
|
run: npm install --production --prefix ./actions
|
||||||
|
|
Loading…
Reference in New Issue