Update the lock-threads workflow
This commit is contained in:
parent
4040e4f266
commit
3a9d00a537
|
|
@ -11,14 +11,14 @@ permissions:
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
discussions: write
|
discussions: write
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: lock-threads
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lock:
|
lock:
|
||||||
if: github.repository == 'netbox-community/netbox'
|
if: github.repository == 'netbox-community/netbox'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: dessant/lock-threads@1bf7ec25051fe7c00bdd17e6a7cf3d7bfb7dc771 # v5.0.1
|
- uses: dessant/lock-threads@v6.0.0
|
||||||
with:
|
with:
|
||||||
issue-inactive-days: 90
|
|
||||||
pr-inactive-days: 30
|
|
||||||
discussion-inactive-days: 180
|
discussion-inactive-days: 180
|
||||||
issue-lock-reason: 'resolved'
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue