chore: exempt draft prs from stale bot

This commit is contained in:
David 2024-09-11 23:58:47 +02:00
parent ddeb612dc3
commit d03aeb0a68
No known key found for this signature in database
GPG key ID: AB15A6AF1101390D

3
.github/stale.yml vendored
View file

@ -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