chore: exempt draft prs from stale bot
This commit is contained in:
3
.github/stale.yml
vendored
3
.github/stale.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user