mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 22:41:31 +01:00
Coelece actions
This commit is contained in:
11
.github/workflows/locker.yml
vendored
11
.github/workflows/locker.yml
vendored
@@ -4,12 +4,6 @@ on:
|
||||
- cron: 20 23 * * * # 4:20pm Redmond
|
||||
repository_dispatch:
|
||||
|
||||
# Note for locker:
|
||||
# The query for is:unlocked will return issues that have only recently been locked
|
||||
# `Recent` can be a large number of days (I've seen up to 10)
|
||||
# This thus has the potential to burn through more quota than it probably ought to
|
||||
# Run sparingly.
|
||||
|
||||
jobs:
|
||||
main:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -18,11 +12,12 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: 'microsoft/vscode-github-triage-actions'
|
||||
path: ./actions
|
||||
ref: v1
|
||||
- name: Install Actions
|
||||
run: npm install --production
|
||||
run: npm install --production --prefix ./actions
|
||||
- name: Run Locker
|
||||
uses: ./locker
|
||||
uses: ./actions/locker
|
||||
with:
|
||||
daysSinceClose: 45
|
||||
daysSinceUpdate: 3
|
||||
|
||||
Reference in New Issue
Block a user