aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGit'Fellow <12234510+solracsf@users.noreply.github.com>2024-11-01 18:32:39 +0100
committerGitHub <noreply@github.com>2024-11-01 18:32:39 +0100
commit1f9bb59548d3a82fc37725498a49853a34bcb47e (patch)
treebe8ba1c20f916c20909d8f1974ad62c7b1899659
parent6a0eed96ff04b5bd01b5503ab616b91ffe37f906 (diff)
downloadnextcloud-server-lockThreadsOlderThan120d.tar.gz
nextcloud-server-lockThreadsOlderThan120d.zip
fix: improve readabilitylockThreadsOlderThan120d
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
-rw-r--r--.github/workflows/lock-threads.yml11
1 files changed, 9 insertions, 2 deletions
diff --git a/.github/workflows/lock-threads.yml b/.github/workflows/lock-threads.yml
index 8bf77f60019..885b7e8708a 100644
--- a/.github/workflows/lock-threads.yml
+++ b/.github/workflows/lock-threads.yml
@@ -1,5 +1,6 @@
# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: MIT
+
name: 'Lock threads older than 120 days'
on:
@@ -21,7 +22,13 @@ jobs:
- uses: dessant/lock-threads@v5
with:
issue-inactive-days: '120'
- issue-comment: 'This issue has been inactive for 120 days, we're locking it to keep discussions tidy and focused. If this issue is still relevant, we encourage you to update Nextcloud to the latest supported version first. If needed, feel free to create a new issue, and we'll be happy to help.'
issue-lock-reason: 'resolved'
+ issue-comment: >
+ This issue has been inactive for 120 days, we're locking it to keep discussions tidy and focused.
+ If you believe this issue is still relevant, we encourage you to update Nextcloud to the latest supported version first.
+ If needed, feel free to create a new issue, and we'll be happy to help.
pr-inactive-days: '120'
- pr-comment: 'This PR has been inactive for 120 days, we're locking it to keep discussions tidy and focused. If this PR is causing any issues, feel free to create a new issue, and we'll be happy to help.'
+ pr-lock-reason: 'resolved'
+ pr-comment: >
+ This PR has been inactive for 120 days, we're locking it to keep discussions tidy and focused.
+ If this PR is causing any issues, feel free to create a new issue, and we'll be happy to help.