Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Lock Closed Issues #597

Lock Closed Issues

Lock Closed Issues #597

name: Lock Closed Issues
on:
schedule:
- cron: '0 0 * * *'
permissions:
issues: write
jobs:
action:
if: github.repository == 'vuejs/vue-vapor'
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v5
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
issue-inactive-days: '14'
issue-lock-reason: ''
process-only: 'issues'