/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
.github/workflows/issue_lock.yml
29 строк
870 B
dagecko
fix: pin 19 actions to commit SHA, extract 7 expressions to env vars (#92016)
01 апр 2026, 03:57
Не верифицирован
01 апр 2026, 03:57
f7de136
Код
Авторство
О чём код?
name: 'Lock Threads' on: schedule: # This runs twice a day: https://crontab.guru/#0_0,12_*_*_* - cron: '0 0,12 * * *' workflow_dispatch: permissions: issues: write pull-requests: write concurrency: group: lock jobs: action: runs-on: ubuntu-latest if: github.repository_owner == 'vercel' steps: - uses: dessant/lock-threads@1bf7ec25051fe7c00bdd17e6a7cf3d7bfb7dc771 # v5.0.1 with: github-token: ${{ secrets.GITHUB_TOKEN }} add-issue-labels: 'locked' add-pr-labels: 'locked' issue-inactive-days: 14 issue-comment: 'This closed issue has been automatically locked because it had no new activity for 2 weeks. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.' pr-inactive-days: 14 log-output: true