mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-03-17 04:39:55 +01:00
Adjust Automated Locking of Inactive Closed Threads (#2775)
This commit is contained in:
parent
c53dc7dae4
commit
2f6c4075c8
1 changed files with 2 additions and 2 deletions
4
.github/workflows/lock.yml
vendored
4
.github/workflows/lock.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
|||
- uses: dessant/lock-threads@v2.0.1
|
||||
with:
|
||||
github-token: ${{ github.token }}
|
||||
issue-lock-inactive-days: '1'
|
||||
issue-lock-inactive-days: '7'
|
||||
issue-lock-reason: ''
|
||||
pr-lock-inactive-days: '1'
|
||||
pr-lock-inactive-days: '7'
|
||||
pr-lock-reason: ''
|
||||
|
|
Loading…
Add table
Reference in a new issue