Skip to content

Commit

Permalink
ci: move to latest lock-closed commit for github action (angular#32502)
Browse files Browse the repository at this point in the history
PR Close angular#32502
  • Loading branch information
josephperrott authored and matsko committed Sep 5, 2019
1 parent 7bbc352 commit fed6b25
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/lock-closed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@ name: Lock issues that are closed and inactive

on:
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 * * * *'

jobs:
lock_closed:
runs-on: ubuntu-latest
steps:
- uses: angular/dev-infra/github-actions/lock-closed@1e03b0d
- uses: angular/dev-infra/github-actions/lock-closed@7f7ef07
with:
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}
locks-per-execution: 250
locks-per-execution: 100

0 comments on commit fed6b25

Please sign in to comment.