chore: Add lock debugging (#1611)
This commit is contained in:
@@ -6,9 +6,6 @@ on:
|
|||||||
- cron: '23 13 * * *'
|
- cron: '23 13 * * *'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
concurrency:
|
|
||||||
group: lock
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lock:
|
lock:
|
||||||
if: github.repository_owner == 'dermotduffy'
|
if: github.repository_owner == 'dermotduffy'
|
||||||
@@ -16,7 +13,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: dessant/lock-threads@v5.0.1
|
- uses: dessant/lock-threads@v5.0.1
|
||||||
with:
|
with:
|
||||||
|
github-token: ${{ github.token }}
|
||||||
issue-inactive-days: '30'
|
issue-inactive-days: '30'
|
||||||
issue-lock-reason: ''
|
issue-lock-reason: ''
|
||||||
pr-inactive-days: '30'
|
pr-inactive-days: '30'
|
||||||
pr-lock-reason: ''
|
pr-lock-reason: ''
|
||||||
|
log-output: true
|
||||||
|
|||||||
Reference in New Issue
Block a user