mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-03-17 04:39:55 +01:00
Refine Lock-Bot (#2052)
* Run lock bot twice a day and don't give a reason for locking * Fix indentation
This commit is contained in:
parent
b6b42b2043
commit
9105d83d37
1 changed files with 4 additions and 1 deletions
5
.github/workflows/lock.yml
vendored
5
.github/workflows/lock.yml
vendored
|
@ -3,6 +3,7 @@ name: 'Lock Closed Threads'
|
|||
on:
|
||||
schedule:
|
||||
- cron: '8 4 * * *'
|
||||
- cron: '19 42 * * *'
|
||||
|
||||
jobs:
|
||||
lock:
|
||||
|
@ -12,4 +13,6 @@ jobs:
|
|||
with:
|
||||
github-token: ${{ github.token }}
|
||||
issue-lock-inactive-days: '1'
|
||||
pr-lock-inactive-days: '1'
|
||||
issue-lock-reason: ''
|
||||
pr-lock-inactive-days: '1'
|
||||
pr-lock-reason: ''
|
||||
|
|
Loading…
Add table
Reference in a new issue