Merge pull request #43177 from frappe/chore/make-stalebot-more-bearable

chore: add no-stale label
This commit is contained in:
David Arnold
2024-09-11 17:24:33 +02:00
committed by GitHub

5
.github/stale.yml vendored
View File

@@ -12,6 +12,11 @@ exemptProjects: true
# Set to true to ignore issues in a milestone (defaults to false)
exemptMilestones: true
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
exemptLabels:
- hotfix
- no-stale
pulls:
daysUntilStale: 15
daysUntilClose: 3