From 8511bc902b1f843f7a3d4d151f2f4d74b8a4ab02 Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Thu, 26 Dec 2024 19:48:42 +0530 Subject: [PATCH] Revert "chore: exempt draft prs from stale bot" (#28924) --- .github/stale.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index e771572188..36390bc86f 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -18,9 +18,6 @@ exemptProjects: false # Set to true to ignore issues in a milestone (defaults to false) exemptMilestones: true -# Skip the stale action for draft PRs -exemptDraftPr: true - # Label to use when marking as stale staleLabel: inactive