Skip to content

Commit 3277c1f

Browse files
authored
Merge pull request #21 from linuxserver/close_comment
Disable lock comment
2 parents 2886333 + 61a8041 commit 3277c1f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/issues-cron.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
close-issue-label: closed-issue-activity
2121
close-pr-label: closed-pr-activity
2222
stale-issue-label: no-issue-activity
23-
stale-issue-message: This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
23+
stale-issue-message: This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.
2424
stale-pr-label: no-pr-activity
25-
stale-pr-message: This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
25+
stale-pr-message: This pull request has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.
2626
days-before-stale: 30
2727
days-before-close: 60
2828
exempt-issue-labels: awaiting-approval,work-in-progress
@@ -44,9 +44,9 @@ jobs:
4444
with:
4545
issue-inactive-days: "30"
4646
include-any-issue-labels: no-issue-activity
47-
issue-comment: This issue is locked due to inactivity
47+
#issue-comment: This issue is locked due to inactivity
4848
exclude-any-issue-labels: awaiting-approval,work-in-progress
4949
pr-inactive-days: "30"
5050
include-any-pr-labels: no-pr-activity
51-
pr-comment: This pull request is locked due to inactivity
51+
#pr-comment: This pull request is locked due to inactivity
5252
exclude-any-pr-labels: awaiting-approval,work-in-progress

0 commit comments

Comments
 (0)