8000 Fix Lock-Bot configuration (#2053) · Konano/python-telegram-bot@3304cc5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3304cc5

Browse files
authored
Fix Lock-Bot configuration (python-telegram-bot#2053)
* Run lock bot twice a day and don't give a reason for locking * Fix indentation * Fix invalid time
1 parent 9105d83 commit 3304cc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: 'Lock Closed Threads'
33
on:
44
schedule:
55
- cron: '8 4 * * *'
6-
- cron: '19 42 * * *'
6+
- cron: '42 17 * * *'
77

88
jobs:
99
lock:

0 commit comments

Comments
 (0)
0