Skip to content

Commit 9105d83

Browse files
authored
Refine Lock-Bot (python-telegram-bot#2052)
* Run lock bot twice a day and don't give a reason for locking * Fix indentation
1 parent b6b42b2 commit 9105d83

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/lock.yml

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

78
jobs:
89
lock:
@@ -12,4 +13,6 @@ jobs:
1213
with:
1314
github-token: ${{ github.token }}
1415
issue-lock-inactive-days: '1'
15-
pr-lock-inactive-days: '1'
16+
issue-lock-reason: ''
17+
pr-lock-inactive-days: '1'
18+
pr-lock-reason: ''

0 commit comments

Comments
 (0)