27510ad13f
moves all the information to the Markdown document that we can dynamically update and tries to make things more concise and scannable. Co-authored-by: Ryan Mulligan <ryan@ryantm.com> Co-authored-by: Travis A. Everett <travis.a.everett@gmail.com>
9 lines
333 B
YAML
9 lines
333 B
YAML
# Configuration for probot-stale - https://github.com/probot/stale
|
|
daysUntilStale: 180
|
|
daysUntilClose: false
|
|
exemptLabels:
|
|
- "1.severity: security"
|
|
- "2.status: never-stale"
|
|
staleLabel: "2.status: stale"
|
|
markComment: [Nixpkgs stale bot info](https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md)
|
|
closeComment: false
|