1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-24 22:35:49 -04:00

Lock Issues Workflow [skip ci]

This commit is contained in:
Qstick
2020-12-08 23:01:29 -05:00
parent c0e1b97f29
commit 96f0bb2f90
2 changed files with 20 additions and 38 deletions
+20
View File
@@ -0,0 +1,20 @@
name: 'Lock threads'
on:
schedule:
- cron: '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: 'issues'