Skip to content

Commit d2bf8fa

Browse files
josephperrottAndrewKushnir
authored andcommitted
ci: update schedule for locking inactive issues (angular#32698)
PR Close angular#32698
1 parent a2e890e commit d2bf8fa

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

.github/workflows/lock-closed.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
1-
name: Lock issues that are closed and inactive
1+
name: Lock Inactive Issues
22

33
on:
44
schedule:
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 * * * *'
5+
# Run at 16:00 every day
6+
- cron: '0 16 * * *'
97

108
jobs:
119
lock_closed:
1210
runs-on: ubuntu-latest
1311
steps:
14-
- uses: angular/dev-infra/github-actions/lock-closed@a4fd924
12+
- uses: angular/dev-infra/github-actions/lock-closed@66462f6
1513
with:
1614
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}
17-
locks-per-execution: 100

0 commit comments

Comments
 (0)