From 5d68a81d316b21aca0ce3c47821f8a4c42fab0a3 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Mon, 1 Jun 2026 08:54:30 +0100 Subject: [PATCH 1/2] fix(lock-threads): use original lock-threads action Signed-off-by: Frazer Smith --- .github/workflows/lock-threads.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lock-threads.yml b/.github/workflows/lock-threads.yml index 6671941..df6a511 100644 --- a/.github/workflows/lock-threads.yml +++ b/.github/workflows/lock-threads.yml @@ -15,7 +15,7 @@ jobs: pull-requests: write steps: - name: Lock inactive issues and prs - uses: jsumners/lock-threads@e460dfeb36e731f3aeb214be6b0c9a9d9a67eda6 # v3.0.0 + uses: dessant/lock-threads@851cffe46851ddd2051ea7147ebdc995113241c3 # v6.0.1 with: issue-inactive-days: '90' pr-inactive-days: '90' @@ -27,4 +27,4 @@ jobs: pr-comment: > This pull request has been automatically locked since there has not been any recent activity after it was closed. - Please open a new issue for related bugs. \ No newline at end of file + Please open a new issue for related bugs. From 64e60cabad66bc157c8703892db402ef6e5fed9e Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Mon, 1 Jun 2026 11:44:31 +0100 Subject: [PATCH 2/2] Apply suggestion from @Fdawgs Signed-off-by: Frazer Smith --- .github/workflows/lock-threads.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lock-threads.yml b/.github/workflows/lock-threads.yml index df6a511..8d7d030 100644 --- a/.github/workflows/lock-threads.yml +++ b/.github/workflows/lock-threads.yml @@ -15,7 +15,7 @@ jobs: pull-requests: write steps: - name: Lock inactive issues and prs - uses: dessant/lock-threads@851cffe46851ddd2051ea7147ebdc995113241c3 # v6.0.1 + uses: dessant/lock-threads@89ae32b08ed1a541efecbab17912962a5e38981c # v6.0.2 with: issue-inactive-days: '90' pr-inactive-days: '90'