Skip to content

Commit

Permalink
fix: improve readability
Browse files Browse the repository at this point in the history
Signed-off-by: Git'Fellow <[email protected]>
  • Loading branch information
solracsf authored Nov 1, 2024
1 parent 6a0eed9 commit 1f9bb59
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/lock-threads.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: MIT

name: 'Lock threads older than 120 days'

on:
Expand All @@ -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.

0 comments on commit 1f9bb59

Please sign in to comment.