-
-
Notifications
You must be signed in to change notification settings - Fork 627
Expand file tree
/
Copy pathstale.yml
More file actions
17 lines (16 loc) · 871 Bytes
/
stale.yml
File metadata and controls
17 lines (16 loc) · 871 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# all settings listed here - https://github.com/probot/stale#usage
daysUntilStale: 60
daysUntilClose: 1
exemptAssignees: true
# use this property to disable stale bot when we apply the wontfix label, prevents users from playing stale bot ping pong and keeping an issue open with no intent of action
exemptLabels:
- x⁸ ⋅ wontfix
- x⁴ ⋅ hold
only: issues
staleLabel: x⁷ ⋅ stale
markComment: false
closeComment: >
Hey folks. This issue hasn't received any traction for 60 days, so we're going to close this for housekeeping.
If this is still an ongoing issue, please do consider contributing a Pull Request to resolve it. Further
discussion is always welcome even with the issue closed. If anything actionable is posted in the comments,
we'll consider reopening it. [ⓘ](https://github.com/probot/stale#is-closing-stale-issues-really-a-good-idea)