Files
netbox/.github/workflows/lock-threads.yml
Jeremy Stretch 3a9d00a537
CI / build (20.x, 3.13) (push) Failing after 34s
CI / build (20.x, 3.12) (push) Failing after 36s
CI / build (20.x, 3.14) (push) Failing after 52s
CodeQL / Analyze (actions) (push) Failing after 1m25s
CodeQL / Analyze (javascript-typescript) (push) Failing after 1m17s
CodeQL / Analyze (python) (push) Failing after 1m16s
Update the lock-threads workflow
2026-03-11 08:56:39 -04:00

25 lines
464 B
YAML

# lock-threads (https://github.com/marketplace/actions/lock-threads)
name: Lock threads
on:
schedule:
- cron: '0 3 * * *'
workflow_dispatch:
permissions:
issues: write
pull-requests: write
discussions: write
concurrency:
group: lock-threads
jobs:
lock:
if: github.repository == 'netbox-community/netbox'
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v6.0.0
with:
discussion-inactive-days: 180