This is an automated email from the ASF dual-hosted git repository.

dahn pushed a commit to branch DaanHoogland-patch-6
in repository https://gitbox.apache.org/repos/asf/cloudstack.git

commit e7ae1974783d98585bc5c1f08dc5ba811b0016f2
Author: dahn <[email protected]>
AuthorDate: Thu Dec 18 11:59:24 2025 +0100

    Add configuration for archiving stale issues
---
 .github/workflows/stale.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index f12fbe93de6..be311fda26a 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -39,3 +39,9 @@ jobs:
           days-before-stale: 120
           exempt-issue-labels: 'gsoc,good-first-issue,long-term-plan'
           exempt-pr-labels: 
'status:ready-for-merge,status:needs-testing,status:on-hold'
+      - uses: actions/stale@v10
+        with:
+          stale-issue-label: 'archive'
+          days-before-stale: 240
+          exempt-issue-labels: 'gsoc,good-first-issue,long-term-plan'
+

Reply via email to