ci: set up angular-automatic-lock-bot for the repo (#32500)
PR Close #32500
This commit is contained in:
parent
f00d03356f
commit
7bbc3523ba
|
@ -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
|
Loading…
Reference in New Issue