Skip to content

Commit

Permalink
ci: run lock closed issues more frequently during backlog clearing, u…
Browse files Browse the repository at this point in the history
…pdate to latest version from dev-infra (angular#32637)

PR Close angular#32637
  • Loading branch information
josephperrott authored and matsko committed Sep 12, 2019
1 parent fcdd068 commit 0a0489d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/lock-closed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0a0489d

Please sign in to comment.