Merge pull request #6781 from ryantm/stale

update stale bot per RFC 0124
This commit is contained in:
Eelco Dolstra 2022-07-12 10:32:56 +02:00 committed by GitHub
commit 6260040b9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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