From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Wed, 15 Nov 2023 03:55:14 +0000 (-0800) Subject: Chore: Update lock-threads with discussions support (#4580) X-Git-Tag: v2.0.0~3^2~22^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b574396751a3b1c57d0bbaa19ab8f4f83590c73e;p=thirdparty%2Fpaperless-ngx.git Chore: Update lock-threads with discussions support (#4580) --- diff --git a/.github/workflows/repo-maintenance.yml b/.github/workflows/repo-maintenance.yml index f7147ddcaf..c732d0342a 100644 --- a/.github/workflows/repo-maintenance.yml +++ b/.github/workflows/repo-maintenance.yml @@ -33,10 +33,11 @@ jobs: name: 'Lock Old Threads' runs-on: ubuntu-latest steps: - - uses: dessant/lock-threads@v4 + - uses: dessant/lock-threads@v5 with: issue-inactive-days: '30' pr-inactive-days: '30' + discussion-inactive-days: '30' log-output: true issue-comment: > This issue has been automatically locked since there @@ -46,6 +47,10 @@ jobs: This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion or issue for related concerns. + discussion-comment: > + This discussion has been automatically locked since there + has not been any recent activity after it was closed. + Please open a new discussion for related concerns. close-answered-discussions: name: 'Close Answered Discussions' runs-on: ubuntu-latest