1 parent 3252e75 commit df27d0fCopy full SHA for df27d0f
1 file changed
.github/workflows/lock-threads.yml
@@ -2,7 +2,7 @@ name: Lock Threads
2
3
on:
4
schedule:
5
- - cron: '0 0 * * *'
+ - cron: '0 * * * *'
6
workflow_dispatch:
7
8
permissions:
@@ -21,3 +21,4 @@ jobs:
21
github-token: ${{ github.token }}
22
issue-inactive-days: 7
23
pr-inactive-days: 3
24
+ log-output: true
0 commit comments