update stale bot per RFC 0124

This commit is contained in:
Ryan Mulligan 2022-07-10 16:50:49 -07:00
parent f6316b49a0
commit 5022a71305
1 changed files with 4 additions and 5 deletions

9
.github/stale.yml vendored
View File

@ -1,10 +1,9 @@
# Configuration for probot-stale - https://github.com/probot/stale
daysUntilStale: 180
daysUntilClose: 365
daysUntilClose: false
exemptLabels:
- "critical"
- "never-stale"
staleLabel: "stale"
markComment: |
I marked this as stale due to inactivity. → [More info](https://github.com/NixOS/nix/blob/master/.github/STALE-BOT.md)
closeComment: |
I closed this issue due to inactivity. → [More info](https://github.com/NixOS/nix/blob/master/.github/STALE-BOT.md)
markComment: false
closeComment: false