Merge pull request #27742 from frappe/chore/no-stale-on-draft

chore: exempt draft prs from stale bot
This commit is contained in:
David Arnold 2024-09-12 08:00:10 +02:00 committed by GitHub
commit cca88f3a47
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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