chore: exempt draft prs from stale bot

This commit is contained in:
David
2024-09-12 00:00:29 +02:00
parent ce34bb9793
commit 08771a6d70

3
.github/stale.yml vendored
View File

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