angular/.github/workflows/lock-closed.yml
Angular Robot 1849ae2675 build: update cross-repo angular dependencies (#48747)
See associated pull request for more information.

PR Close #48747
2023-01-17 10:46:44 -08:00

19 lines
461 B
YAML

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