From 5486e9238ded1459a4f95884d56968f2566e38c9 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 12 Sep 2024 13:00:42 -0400 Subject: [PATCH] Ignore blocked PRs --- .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 b02ffdacd..29f28fddf 100644 --- a/.github/workflows/close-stale-issues.yml +++ b/.github/workflows/close-stale-issues.yml @@ -45,6 +45,7 @@ jobs: This PR has been automatically closed due to lack of activity. days-before-pr-stale: 15 days-before-pr-close: 15 + exempt-pr-labels: 'status: blocked' stale-pr-label: 'pending closure' stale-pr-message: > This PR has been automatically marked as stale because it has not had