This is an automated email from the ASF dual-hosted git repository. dahn pushed a commit to branch DaanHoogland-patch-8 in repository https://gitbox.apache.org/repos/asf/cloudstack.git
commit d4a320607ca8611e04c96604b61007bbbbe1bb7d Author: dahn <[email protected]> AuthorDate: Tue Jan 6 07:56:38 2026 +0100 Adjust close periods --- .github/workflows/stale.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index f12fbe93de6..db9d5638af1 100644 --- a/.github/workflows/stale.yml +++ b/.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 exempt-issue-labels: 'gsoc,good-first-issue,long-term-plan' exempt-pr-labels: 'status:ready-for-merge,status:needs-testing,status:on-hold'
