Copilot commented on code in PR #12376:
URL: https://github.com/apache/cloudstack/pull/12376#discussion_r2663869641
##########
.github/workflows/stale.yml:
##########
@@ -37,5 +37,7 @@ jobs:
stale-issue-label: 'no-issue-activity'
stale-pr-label: 'no-pr-activity'
days-before-stale: 120
+ days-before-close: -1
+ days-before-pr-close: 240
Review Comment:
The close-pr-message on line 36 states "This PR was closed because it has
been stale for 120 days with no activity", but the new configuration sets
days-before-pr-close to 240 days (not 120). This message is now inconsistent
with the actual behavior and should be updated to reflect the correct duration
of 240 days.
--
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]