From 041932574f1ed600e73864a3b08a14dbe8501cdd Mon Sep 17 00:00:00 2001 From: yashvi-3106 Date: Thu, 2 Jul 2026 12:00:39 +0530 Subject: [PATCH] chore(devops): exempt 'status:blocked' issues and PRs from stale workflow --- .github/workflows/stale.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index e66291dd..7078112a 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -18,5 +18,7 @@ jobs: stale-pr-message: "This PR has been inactive for 14 days and has been marked as stale. If you are still working on it, please leave a comment." stale-issue-label: "stale" stale-pr-label: "stale" + exempt-issue-labels: "status:blocked" + exempt-pr-labels: "status:blocked" days-before-stale: 14 days-before-close: 5