angular/.github/workflows/lock-closed.yml
Renovate Bot 05cd0e08ff build: update angular to 5a82e60 (#45431)
Update the `@angular/dev-infra-private` package to the latest commit.

PR Close #45431
2022-03-25 12:18:33 -07: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@09337b0b54f7f450f6ce0ef61ade54511c0c8e19
with:
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}