2021-02-06 12:29:38 +00:00
|
|
|
# Configuration for probot-stale - https://github.com/probot/stale
|
|
|
|
daysUntilStale: 180
|
2022-07-10 23:50:49 +00:00
|
|
|
daysUntilClose: false
|
2021-02-06 12:29:38 +00:00
|
|
|
exemptLabels:
|
|
|
|
- "critical"
|
2022-07-10 23:50:49 +00:00
|
|
|
- "never-stale"
|
2021-02-08 10:49:07 +00:00
|
|
|
staleLabel: "stale"
|
2022-07-10 23:50:49 +00:00
|
|
|
markComment: false
|
|
|
|
closeComment: false
|