Skip to content

Commit df27d0f

Browse files
authored
ci: update lock threads workflow
1 parent 3252e75 commit df27d0f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/lock-threads.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Lock Threads
22

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

88
permissions:
@@ -21,3 +21,4 @@ jobs:
2121
github-token: ${{ github.token }}
2222
issue-inactive-days: 7
2323
pr-inactive-days: 3
24+
log-output: true

0 commit comments

Comments
 (0)