Files
2022-01-18 09:24:43 -08:00

16 lines
386 B
YAML

name: Lock closed inactive issues
on:
schedule:
# Run at 16:00 every day
- cron: '0 16 * * *'
jobs:
lock_closed:
if: github.repository == 'angular/angular'
runs-on: ubuntu-latest
steps:
- uses: angular/dev-infra/github-actions/lock-closed@744a864cfd77bfe280ac9337041a512cca2daaf9
with:
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}