From 402621ceadb93527be9bc772eac17909443105c1 Mon Sep 17 00:00:00 2001 From: Sandhya Adavikolanu Date: Wed, 8 Jul 2026 20:51:15 -0700 Subject: [PATCH] Update Stale Issues Workflow We don't want to close Issues automatically Signed-off-by: Sandhya Adavikolanu --- .github/workflows/stale-issues.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stale-issues.yaml b/.github/workflows/stale-issues.yaml index fa1fc0e..449c795 100644 --- a/.github/workflows/stale-issues.yaml +++ b/.github/workflows/stale-issues.yaml @@ -13,11 +13,13 @@ jobs: steps: - uses: actions/stale@v10 with: - stale-issue-message: '@qualcomm-linux/kernel-config This issue has been marked as stale due to 30 days of inactivity and will automatically close after an additional 5 days.' + stale-issue-message: '@qualcomm-linux/kernel-config This issue has been marked as stale due to 30 days of inactivity' stale-pr-message: '@qualcomm-linux/kernel-config This pull request has been marked as stale due to 30 days of inactivity and will automatically close after an additional 5 days.' days-before-stale: 30 days-before-close: 5 + days-before-issue-close: -1 + remove-stale-when-updated: true remove-issue-stale-when-updated: true remove-pr-stale-when-updated: true