From 3a9d00a53714b3a80cc894a2c7cf95b1d54d4d37 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Wed, 11 Mar 2026 08:49:48 -0400 Subject: [PATCH] Update the lock-threads workflow --- .github/workflows/lock-threads.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lock-threads.yml b/.github/workflows/lock-threads.yml index 2148e563b..9a3460767 100644 --- a/.github/workflows/lock-threads.yml +++ b/.github/workflows/lock-threads.yml @@ -11,14 +11,14 @@ permissions: pull-requests: write discussions: write +concurrency: + group: lock-threads + jobs: lock: if: github.repository == 'netbox-community/netbox' runs-on: ubuntu-latest steps: - - uses: dessant/lock-threads@1bf7ec25051fe7c00bdd17e6a7cf3d7bfb7dc771 # v5.0.1 + - uses: dessant/lock-threads@v6.0.0 with: - issue-inactive-days: 90 - pr-inactive-days: 30 discussion-inactive-days: 180 - issue-lock-reason: 'resolved'