From 0452423144f0623ff19b613075c6715a6539c002 Mon Sep 17 00:00:00 2001 From: michalChrobot Date: Thu, 3 Apr 2025 10:43:08 +0200 Subject: [PATCH] Added import and imported labels to mark issues that won't be affected by Stale label --- .github/workflows/mark-stale-issue.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/mark-stale-issue.yaml b/.github/workflows/mark-stale-issue.yaml index 213ce2b613..acab5867cc 100644 --- a/.github/workflows/mark-stale-issue.yaml +++ b/.github/workflows/mark-stale-issue.yaml @@ -25,6 +25,7 @@ jobs: days-before-stale: 30 days-before-close: 30 stale-issue-label: 'Stale' + exempt-issue-labels: 'stat:import', 'stat:imported' stale-issue-message: > This issue has been automatically marked as stale because it has been awaiting response for over 30 days without any activity.