Coelece actions

This commit is contained in:
Jackson Kearl
2020-04-08 11:47:36 -07:00
parent 51edf4892b
commit 0facba3df8
9 changed files with 106 additions and 49 deletions

View File

@@ -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