Skip to content

Commit 5e72b30

Browse files
josephperrottmgechev
authored andcommitted
ci: update schedule for locking inactive issues (#15597)
1 parent a1487b3 commit 5e72b30

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lock-closed.yml

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

33
on:
44
schedule:
5-
# Run at the 40th minute of every hour
6-
- cron: '40 * * * *'
5+
# Run at 08:00 every day
6+
- cron: '0 8 * * *'
77

88
jobs:
99
lock_closed:

0 commit comments

Comments
 (0)