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

21 lines
394 B
YAML
Raw Normal View History

2020-11-04 08:58:20 -05:00
# lock-threads (https://github.com/marketplace/actions/lock-threads)
name: 'Lock threads'
on:
schedule:
- cron: '0 3 * * *'
2022-09-29 12:17:10 -04:00
permissions:
issues: write
pull-requests: write
2020-11-04 08:58:20 -05:00
jobs:
lock:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v3
2020-11-04 08:58:20 -05:00
with:
issue-inactive-days: 90
pr-inactive-days: 30
2020-11-04 08:58:20 -05:00
issue-lock-reason: 'resolved'