forked from lix-project/lix
6af26b7aec
The configuration was taken from nixpkgs repository and adjusted to `NixOS/nix`. A `stale` label was added to the labels (with gray color). Issues and PRs with `critical` label are excluded from interacting with the stale bot.
10 lines
329 B
YAML
10 lines
329 B
YAML
# Configuration for probot-stale - https://github.com/probot/stale
|
|
daysUntilStale: 180
|
|
daysUntilClose: false
|
|
exemptLabels:
|
|
- "critical"
|
|
staleLabel: "2.status: stale"
|
|
markComment: |
|
|
I marked this as stale due to inactivity. → [More info](https://github.com/NixOS/nix/blob/master/.github/STALE-BOT.md)
|
|
closeComment: false
|