mirror of
https://github.com/netbox-community/netbox.git
synced 2026-03-30 06:12:13 +02:00
Update the lock-threads workflow
This commit is contained in:
8
.github/workflows/lock-threads.yml
vendored
8
.github/workflows/lock-threads.yml
vendored
@@ -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'
|
|
||||||
|
|||||||
Reference in New Issue
Block a user