Copilot commented on code in PR #12376:
URL: https://github.com/apache/cloudstack/pull/12376#discussion_r2663893237
##########
.github/workflows/stale.yml:
##########
@@ -33,9 +33,11 @@ jobs:
stale-issue-message: 'This issue is stale because it has been open
for 120 days with no activity. It may be removed by administrators of this
project at any time. Remove the stale label or comment to request for removal
of it to prevent this.'
stale-pr-message: 'This PR is stale because it has been open for 120
days with no activity. It may be removed by administrators of this project at
any time. Remove the stale label or comment to request for removal of it to
prevent this.'
close-issue-message: 'This issue was closed because it has been
stale for 120 days with no activity.'
Review Comment:
The close-issue-message references "120 days" but with days-before-close set
to -1 (line 40), issues will never be auto-closed. This message will not be
used or is misleading. Consider updating the message or removing it since
auto-close for issues is now disabled.
```suggestion
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]