angular/.github/workflows/lock-closed.yml
Paul Gschwendtner 02bc4582ba build: update angular (#44490)
Updates Angular and the dev-infra package to the latest
version/build.

PR Close #44490
2022-01-04 12:14:14 -08:00

15 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@31d2265e034fb4208d57de565995a3027a6cf416
with:
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}