ci: move to latest lock-closed commit for github action (#32502)
PR Close #32502
This commit is contained in:
parent
7bbc3523ba
commit
fed6b25be0
|
@ -2,14 +2,16 @@ name: Lock issues that are closed and inactive
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
# Run at the 20th minute of every hour
|
# Run at the 20th minute of every hour, we are running with high frequency
|
||||||
|
# while clearing the backlog of inactive locked issues/prs. Long term we
|
||||||
|
# will run this task once per day.
|
||||||
- cron: '20 * * * *'
|
- cron: '20 * * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lock_closed:
|
lock_closed:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: angular/dev-infra/github-actions/lock-closed@1e03b0d
|
- uses: angular/dev-infra/github-actions/lock-closed@7f7ef07
|
||||||
with:
|
with:
|
||||||
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}
|
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}
|
||||||
locks-per-execution: 250
|
locks-per-execution: 100
|
||||||
|
|
Loading…
Reference in New Issue