From 8e796e04f4029c887d6cbe46afb02e511fcbd592 Mon Sep 17 00:00:00 2001 From: Vishal Mahajan Date: Mon, 22 Nov 2021 19:31:16 +0530 Subject: [PATCH] Exclude PR and Issue with specific labels in 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 01e785dd7bcf..07c26e1f3431 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -37,3 +37,5 @@ jobs: Comment or this will be closed in 7 days days-before-stale: 30 days-before-close: 7 + exempt-issue-labels: 'area: bug :bug:,status: work in progress' + exempt-pr-labels: 'pr: bug-fix,status: work in progress'