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

shwstppr 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 98debd235f9 gha: fix duplicate key for stale workflow
98debd235f9 is described below

commit 98debd235f99c2e6e0f49b69f7b16b5e3b9b0853
Author: Abhishek Kumar <[email protected]>
AuthorDate: Thu Jan 29 10:35:32 2026 +0530

    gha: fix duplicate key for stale workflow
    
    Fixes failing pre-commit GHA
    
    Signed-off-by: Abhishek Kumar <[email protected]>
---
 .github/workflows/stale.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index c957392c504..842e4497a4a 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -41,7 +41,6 @@ jobs:
           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'
-          days-before-close: -1
       - uses: actions/stale@v10
         with:
           stale-issue-label: 'archive'

Reply via email to