Skip to content

Lock Closed Issues #1363

Lock Closed Issues

Lock Closed Issues #1363

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@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
with:
persist-credentials: false
ref: main
- uses: ./.github/actions/issues-helper
with:
actions: lock-closed-issues
token: ${{ secrets.GITHUB_TOKEN }}
inactive-day: 14