From 08771a6d70e6542d80eb147055b3702c4058c50a Mon Sep 17 00:00:00 2001 From: David Date: Thu, 12 Sep 2024 00:00:29 +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 b102805124c..c65fb660fc9 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -12,6 +12,9 @@ exemptProjects: true # Set to true to ignore issues in a milestone (defaults to false) exemptMilestones: true +# Skip the stale action for draft PRs +exemptDraftPr: true + # Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable exemptLabels: - hotfix