chore: Add lock debugging (#1611)

This commit is contained in:
Dermot Duffy
2024-10-03 20:05:39 -07:00
committed by GitHub
parent c7c9f0d409
commit 9c550f518d
+2 -3
View File
@@ -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