mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 12:33:35 +01:00
Adopt new repository dispatch selectors & latest release monitor action
Bump actions
This commit is contained in:
3
.github/workflows/locker.yml
vendored
3
.github/workflows/locker.yml
vendored
@@ -3,6 +3,7 @@ on:
|
||||
schedule:
|
||||
- cron: 20 23 * * * # 4:20pm Redmond
|
||||
repository_dispatch:
|
||||
types: [trigger-locker]
|
||||
|
||||
jobs:
|
||||
main:
|
||||
@@ -13,7 +14,7 @@ jobs:
|
||||
with:
|
||||
repository: 'microsoft/vscode-github-triage-actions'
|
||||
path: ./actions
|
||||
ref: v18
|
||||
ref: v19
|
||||
- name: Install Actions
|
||||
run: npm install --production --prefix ./actions
|
||||
- name: Run Locker
|
||||
|
||||
Reference in New Issue
Block a user