mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-23 23:56:44 +01:00
Fix Lock-Bot configuration (#2053)
* Run lock bot twice a day and don't give a reason for locking * Fix indentation * Fix invalid time
This commit is contained in:
parent
9105d83d37
commit
3304cc5c90
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lock.yml
vendored
2
.github/workflows/lock.yml
vendored
|
@ -3,7 +3,7 @@ name: 'Lock Closed Threads'
|
|||
on:
|
||||
schedule:
|
||||
- cron: '8 4 * * *'
|
||||
- cron: '19 42 * * *'
|
||||
- cron: '42 17 * * *'
|
||||
|
||||
jobs:
|
||||
lock:
|
||||
|
|
Loading…
Reference in a new issue