There was an error while loading. Please reload this page.
1 parent 210095f commit 0f358eaCopy full SHA for 0f358ea
1 file changed
.github/workflows/lock-issues.yml
@@ -2,7 +2,7 @@ name: 'Lock Threads'
2
3
on:
4
schedule:
5
- - cron: '0 * * * *'
+ - cron: '0 0 * * *'
6
7
permissions:
8
issues: write
@@ -13,7 +13,7 @@ jobs:
13
if: github.repository_owner == 'psf'
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: dessant/lock-threads@v2
+ - uses: dessant/lock-threads@v3
17
with:
18
issue-lock-inactive-days: 90
19
pr-lock-inactive-days: 90
0 commit comments