mirror of
https://github.com/Sonarr/Sonarr
synced 2025-01-22 07:09:10 +00:00
Lock closed issues after 90 days without activity
This commit is contained in:
parent
28e0ad38b0
commit
50a2e52c19
1 changed files with 21 additions and 0 deletions
21
.github/workflows/lock.yml
vendored
Normal file
21
.github/workflows/lock.yml
vendored
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
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: 'one-day-maybe'
|
||||||
|
issue-lock-labels: ''
|
||||||
|
issue-lock-comment: ''
|
||||||
|
issue-lock-reason: 'resolved'
|
||||||
|
process-only: ''
|
Loading…
Reference in a new issue