1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Automatically lock inactive GitHub discussions after 180 days

This commit is contained in:
Jeremy Stretch
2024-01-19 15:51:22 -05:00
parent d5733a1e89
commit 04575aa0f8

View File

@ -14,8 +14,9 @@ jobs:
lock:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v4
- uses: dessant/lock-threads@v5
with:
issue-inactive-days: 90
pr-inactive-days: 30
discussion-inactive-days: 180
issue-lock-reason: 'resolved'