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

chore: exempt draft prs from stale bot
This commit is contained in:
David Arnold
2024-09-13 17:48:21 +02:00
committed by GitHub

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