Skip to content

Commit 0a0489d

Browse files
josephperrottmatsko
authored andcommitted
ci: run lock closed issues more frequently during backlog clearing, update to latest version from dev-infra (angular#32637)
PR Close angular#32637
1 parent fcdd068 commit 0a0489d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/lock-closed.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ name: Lock issues that are closed and inactive
22

33
on:
44
schedule:
5-
# Run at the 20th minute of every hour, we are running with high frequency
6-
# while clearing the backlog of inactive locked issues/prs. Long term we
7-
# will run this task once per day.
8-
- cron: '20 * * * *'
5+
# Run at the 20th and 50th minute of every hour, we are running with high
6+
# frequency while clearing the backlog of inactive locked issues/prs. Long
7+
# term we will run this task once per day.
8+
- cron: '20,50 * * * *'
99

1010
jobs:
1111
lock_closed:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: angular/dev-infra/github-actions/lock-closed@7f7ef07
14+
- uses: angular/dev-infra/github-actions/lock-closed@a4fd924
1515
with:
1616
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}
1717
locks-per-execution: 100

0 commit comments

Comments
 (0)