From 0a0489d3d05a631e834471fc744e7ae245f2a1dd Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Thu, 12 Sep 2019 07:32:09 -0700 Subject: [PATCH] ci: run lock closed issues more frequently during backlog clearing, update to latest version from dev-infra (#32637) PR Close #32637 --- .github/workflows/lock-closed.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/lock-closed.yml b/.github/workflows/lock-closed.yml index 6946d64bbb..ac6ade43fb 100644 --- a/.github/workflows/lock-closed.yml +++ b/.github/workflows/lock-closed.yml @@ -2,16 +2,16 @@ name: Lock issues that are closed and inactive on: schedule: - # 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 * * * *' + # Run at the 20th and 50th 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,50 * * * *' jobs: lock_closed: runs-on: ubuntu-latest steps: - - uses: angular/dev-infra/github-actions/lock-closed@7f7ef07 + - uses: angular/dev-infra/github-actions/lock-closed@a4fd924 with: lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }} locks-per-execution: 100