Skip to content

Commit 0f358ea

Browse files
authored
Reduce lock thread runs to daily (#6150)
1 parent 210095f commit 0f358ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lock-issues.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: 'Lock Threads'
22

33
on:
44
schedule:
5-
- cron: '0 * * * *'
5+
- cron: '0 0 * * *'
66

77
permissions:
88
issues: write
@@ -13,7 +13,7 @@ jobs:
1313
if: github.repository_owner == 'psf'
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: dessant/lock-threads@v2
16+
- uses: dessant/lock-threads@v3
1717
with:
1818
issue-lock-inactive-days: 90
1919
pr-lock-inactive-days: 90

0 commit comments

Comments
 (0)