1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-08-19 00:39:41 +02:00
Radarr/.github/workflows/lock.yml

21 lines
471 B
YAML
Raw Normal View History

2020-12-09 05:01:29 +01:00
name: 'Lock threads'
on:
schedule:
- cron: '0/10 * * * *'
2020-12-09 05:01:29 +01:00
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'
2020-12-09 05:15:46 +01:00
process-only: 'issues'