Merge pull request #27742 from frappe/chore/no-stale-on-draft
chore: exempt draft prs from stale bot
This commit is contained in:
commit
cca88f3a47
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