This is an automated email from the ASF dual-hosted git repository.
vishesh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/main by this push:
new c465caf81e7 Adjust close periods (#12376)
c465caf81e7 is described below
commit c465caf81e743b1a0d6f919e472e2d82d1c71a66
Author: dahn <[email protected]>
AuthorDate: Tue Jan 6 08:17:37 2026 +0100
Adjust close periods (#12376)
---
.github/workflows/stale.yml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index f12fbe93de6..e90c75979b6 100644
--- a/.github/workflows/stale.yml
+++ b/.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.'
- close-pr-message: 'This PR was closed because it has been stale for
120 days with no activity.'
+ close-pr-message: 'This PR was closed because it has been stale for
240 days with no activity.'
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
exempt-issue-labels: 'gsoc,good-first-issue,long-term-plan'
exempt-pr-labels:
'status:ready-for-merge,status:needs-testing,status:on-hold'