1
0
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:
David Steele 2022-05-04 10:28:39 -04:00
parent 09b387fccd
commit 8e849ae85d

View File

@ -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