From 6e5b871e9cc24f9bbc525dd36e4d5aa181fe99b6 Mon Sep 17 00:00:00 2001 From: Hugo Bernier Date: Sun, 13 Mar 2022 13:47:47 -0400 Subject: [PATCH] Remove stale marking on sample requests --- .github/workflows/close-stale-issues.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/close-stale-issues.yml b/.github/workflows/close-stale-issues.yml index 51546f21e..b95fa2cc8 100644 --- a/.github/workflows/close-stale-issues.yml +++ b/.github/workflows/close-stale-issues.yml @@ -27,6 +27,7 @@ jobs: days-before-pr-stale: -1 stale-issue-label: 'status:no-recent-activity' exempt-all-issue-assignees: true + exempt-issue-labels: 'type:sample-request' remove-issue-stale-when-updated: true operations-per-run: 1000 stale-issue-message: 'This issue has been marked as stale due to no progress in over 90 days. If you are still experiencing this issue, please provide additional information so we can help you resolve it.'