From 31e30c21859b8b2b109253f12632d60dbc69ad69 Mon Sep 17 00:00:00 2001 From: Sandhya Adavikolanu Date: Thu, 12 Feb 2026 13:38:56 -0800 Subject: [PATCH] Notify-Maintainers Notifying maintainers when issues/PRs become stale. The changes improve the handling of stale issues and pull requests, ensure maintainers are notified when items become stale, and prevent premature closure of open work. Signed-off-by: Sandhya Adavikolanu --- .github/workflows/stale-issues.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale-issues.yaml b/.github/workflows/stale-issues.yaml index 3131da61..2778245b 100644 --- a/.github/workflows/stale-issues.yaml +++ b/.github/workflows/stale-issues.yaml @@ -13,8 +13,8 @@ jobs: steps: - uses: actions/stale@v10 with: - stale-issue-message: 'This issue has been marked as stale due to 30 days of inactivity.' - stale-pr-message: 'This pull request has been marked as stale due to 30 days of inactivity.' + stale-issue-message: '@qualcomm/qualcomm-linux-testing.triage This issue has been marked as stale due to 30 days of inactivity.' + stale-pr-message: '@ualcomm/qualcomm-linux-testing.triage This pull request has been marked as stale due to 30 days of inactivity.' days-before-stale: 30 days-before-close: -1