From d03aeb0a6831e2c0eed4e839981df182621716c9 Mon Sep 17 00:00:00 2001 From: David Date: Wed, 11 Sep 2024 23:58:47 +0200 Subject: [PATCH] chore: exempt draft prs from stale bot --- .github/stale.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/stale.yml b/.github/stale.yml index 36390bc86f..e771572188 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -18,6 +18,9 @@ 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