From 5d4ba8510be89cc3002e29a678c3661b1876d061 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Wed, 26 Nov 2025 15:48:45 -0800 Subject: [PATCH] Remove unnecessary config since it matches the default value --- .github/workflows/issue-management-stale-action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/issue-management-stale-action.yml b/.github/workflows/issue-management-stale-action.yml index fc87ae28..12ffd3af 100644 --- a/.github/workflows/issue-management-stale-action.yml +++ b/.github/workflows/issue-management-stale-action.yml @@ -65,4 +65,3 @@ jobs: stale-pr-message: > This PR has been labeled as stale due to lack of activity. It will be automatically closed if there is no further activity over the next 14 days. - exempt-draft-pr: false