mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-12 10:04:14 +02:00
Add PRs to thread locking on Github actions.
It also makes sense to lock old PRs. They can be manually unlocked if they are needed for some reason. Also add output logging to make it easier to determine if thread locking is completing.
This commit is contained in:
parent
09b387fccd
commit
8e849ae85d
5
.github/workflows/lock-thread.yml
vendored
5
.github/workflows/lock-thread.yml
vendored
@ -19,7 +19,10 @@ jobs:
|
||||
steps:
|
||||
- uses: dessant/lock-threads@v3
|
||||
with:
|
||||
process-only: 'issues'
|
||||
issue-inactive-days: '90'
|
||||
issue-comment: ''
|
||||
issue-lock-reason: ''
|
||||
pr-inactive-days: '90'
|
||||
pr-comment: ''
|
||||
pr-lock-reason: ''
|
||||
log-output: true
|
||||
|
Loading…
Reference in New Issue
Block a user