ci: run lock closed issues more frequently during backlog clearing, update to latest version from dev-infra (#32637)

PR Close #32637
This commit is contained in:
Joey Perrott 2019-09-12 07:32:09 -07:00 committed by Matias Niemelä
parent fcdd06896e
commit 0a0489d3d0
1 changed files with 5 additions and 5 deletions

View File

@ -2,16 +2,16 @@ name: Lock issues that are closed and inactive
on: on:
schedule: schedule:
# Run at the 20th minute of every hour, we are running with high frequency # Run at the 20th and 50th minute of every hour, we are running with high
# while clearing the backlog of inactive locked issues/prs. Long term we # frequency while clearing the backlog of inactive locked issues/prs. Long
# will run this task once per day. # term we will run this task once per day.
- cron: '20 * * * *' - cron: '20,50 * * * *'
jobs: jobs:
lock_closed: lock_closed:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: angular/dev-infra/github-actions/lock-closed@7f7ef07 - uses: angular/dev-infra/github-actions/lock-closed@a4fd924
with: with:
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }} lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}
locks-per-execution: 100 locks-per-execution: 100