Skip to content

Lock Closed Issues #1291

Lock Closed Issues

Lock Closed Issues #1291

name: Lock Closed Issues
on:
schedule:
- cron: '0 0 * * *'
permissions:
contents: read # to check out the repo for local actions
issues: write
jobs:
action:
if: github.repository == 'vitejs/vite-plugin-react'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
with:
persist-credentials: false
ref: main
- uses: ./.github/actions/issues-helper
with:
actions: lock-closed-issues
token: ${{ secrets.GITHUB_TOKEN }}
inactive-day: 14