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