stalebot: Add 'thinking' as an exempt label (#5684)

This commit is contained in:
Danielle
2019-05-10 17:00:35 +02:00
committed by Chris Baker
parent 291b306581
commit 1dd63883a5

1
.github/stale.yml vendored
View File

@@ -11,6 +11,7 @@ daysUntilClose: 30
exemptLabels:
- "enhancement"
- "bug"
- "thinking"
# Label to use when marking as stale
staleLabel: "waiting-reply"