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

This commit is contained in:
Joey Perrott 2019-09-05 11:39:42 -07:00 committed by GitHub
parent 56553a9a69
commit eb38a842d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 40th minute of every hour
- cron: '40 * * * *'
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