From 9c550f518dbd89d3d74a0696f2f284e0483cf076 Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Thu, 3 Oct 2024 20:05:39 -0700 Subject: [PATCH] chore: Add lock debugging (#1611) --- .github/workflows/lock.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lock.yml b/.github/workflows/lock.yml index e171585f..57114439 100644 --- a/.github/workflows/lock.yml +++ b/.github/workflows/lock.yml @@ -6,9 +6,6 @@ on: - cron: '23 13 * * *' workflow_dispatch: -concurrency: - group: lock - jobs: lock: if: github.repository_owner == 'dermotduffy' @@ -16,7 +13,9 @@ jobs: steps: - uses: dessant/lock-threads@v5.0.1 with: + github-token: ${{ github.token }} issue-inactive-days: '30' issue-lock-reason: '' pr-inactive-days: '30' pr-lock-reason: '' + log-output: true