mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-24 08:42:53 +00:00
22 lines
483 B
YAML
22 lines
483 B
YAML
|
name: 'Lock threads'
|
||
|
|
||
|
on:
|
||
|
workflow_dispatch:
|
||
|
schedule:
|
||
|
- cron: '0 0 * * *'
|
||
|
|
||
|
jobs:
|
||
|
lock:
|
||
|
runs-on: ubuntu-latest
|
||
|
steps:
|
||
|
- uses: dessant/lock-threads@v2
|
||
|
with:
|
||
|
github-token: ${{ github.token }}
|
||
|
issue-lock-inactive-days: '90'
|
||
|
issue-exclude-created-before: ''
|
||
|
issue-exclude-labels: ''
|
||
|
issue-lock-labels: ''
|
||
|
issue-lock-comment: ''
|
||
|
issue-lock-reason: 'resolved'
|
||
|
process-only: ''
|