Skip to content

Locker

Locker #1297

Workflow file for this run

name: Locker
on:
schedule:
- cron: 0 5 * * * # 10:00pm PT
workflow_dispatch:
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Checkout Actions
uses: actions/checkout@v2
with:
repository: "microsoft/vscode-github-triage-actions"
path: ./actions
ref: stable
- name: Install Actions
run: npm install --production --prefix ./actions
- name: Run Locker
uses: ./actions/locker
with:
token: ${{secrets.AZCODE_BOT_PAT}}
daysSinceClose: 45
daysSinceUpdate: 7