2020-06-01 01:56:09 +02:00
|
|
|
# Configuration for probot-stale - https://github.com/probot/stale
|
2019-11-15 07:11:32 +01:00
|
|
|
daysUntilStale: 180
|
|
|
|
daysUntilClose: false
|
|
|
|
exemptLabels:
|
2020-06-01 01:56:09 +02:00
|
|
|
- "1.severity: security"
|
2020-10-14 03:55:02 +02:00
|
|
|
- "2.status: never-stale"
|
2020-06-01 01:56:09 +02:00
|
|
|
staleLabel: "2.status: stale"
|
2020-10-26 12:57:33 +01:00
|
|
|
markComment: |
|
2020-10-26 18:53:44 +01:00
|
|
|
I marked this as stale due to inactivity. → [More info](https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md)
|
2019-11-15 07:11:32 +01:00
|
|
|
closeComment: false
|