mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
fix: improve readability
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
This commit is contained in:
parent
6a0eed96ff
commit
1f9bb59548
1 changed files with 9 additions and 2 deletions
11
.github/workflows/lock-threads.yml
vendored
11
.github/workflows/lock-threads.yml
vendored
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue