From e2bcea206baa3da5761d0a2a807fab46465b85dd Mon Sep 17 00:00:00 2001 From: Lifei Zhou Date: Fri, 24 Apr 2026 22:32:30 +1000 Subject: [PATCH] chore: check stale for draft pr (#8803) --- .github/workflows/stale.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 8a689ff1de..dbe008a54e 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -75,9 +75,6 @@ jobs: # Skip PRs with these labels (comma-separated) exempt-pr-labels: 'keep-open,wip,work-in-progress,security,pinned,dependencies' - # Skip draft PRs (they're typically work in progress) - exempt-draft-pr: true - # === ISSUE CONFIGURATION (DISABLED) === # We only want to manage PRs, not issues days-before-issue-stale: -1