mirror of
https://github.com/Radarr/Radarr.git
synced 2026-03-05 13:21:25 -05:00
Change to once a day for locking [skip ci]
This commit is contained in:
4
.github/workflows/lock.yml
vendored
4
.github/workflows/lock.yml
vendored
@@ -3,7 +3,7 @@ name: 'Lock threads'
|
|||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0/10 * * * *'
|
- cron: '0 0 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lock:
|
lock:
|
||||||
@@ -18,4 +18,4 @@ jobs:
|
|||||||
issue-lock-labels: ''
|
issue-lock-labels: ''
|
||||||
issue-lock-comment: ''
|
issue-lock-comment: ''
|
||||||
issue-lock-reason: 'resolved'
|
issue-lock-reason: 'resolved'
|
||||||
process-only: 'issues'
|
process-only: ''
|
||||||
|
|||||||
Reference in New Issue
Block a user