ci: set up angular-automatic-lock-bot for the repo (#32500)

PR Close #32500
This commit is contained in:
Joey Perrott 2019-09-05 10:41:18 -07:00 committed by Matias Niemelä
parent f00d03356f
commit 7bbc3523ba
1 changed files with 15 additions and 0 deletions

15
.github/workflows/lock-closed.yml vendored Normal file
View File

@ -0,0 +1,15 @@
name: Lock issues that are closed and inactive
on:
schedule:
# Run at the 20th minute of every hour
- cron: '20 * * * *'
jobs:
lock_closed:
runs-on: ubuntu-latest
steps:
- uses: angular/dev-infra/github-actions/lock-closed@1e03b0d
with:
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}
locks-per-execution: 250