chore: exempt draft prs from stale bot
This commit is contained in:
parent
ddeb612dc3
commit
d03aeb0a68
1 changed files with 3 additions and 0 deletions
3
.github/stale.yml
vendored
3
.github/stale.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue