diff options
author | Rok Garbas <rok@garbas.si> | 2021-02-08 11:49:07 +0100 |
---|---|---|
committer | Rok Garbas <rok@garbas.si> | 2021-02-08 11:49:07 +0100 |
commit | bab3f30755490207446966e9e828119462b57141 (patch) | |
tree | 32c557bdc2000112d3afe6e9bd667d1895521ea2 /.github | |
parent | 91d83426f70bbf28c1bf92be5f662d76d1d47578 (diff) |
Auto closing issues/PRs after 1year.
Diffstat (limited to '.github')
-rw-r--r-- | .github/stale.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/stale.yml b/.github/stale.yml index f81b4c762..fe24942f4 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,9 +1,10 @@ # Configuration for probot-stale - https://github.com/probot/stale daysUntilStale: 180 -daysUntilClose: false +daysUntilClose: 365 exemptLabels: - "critical" -staleLabel: "2.status: 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: false +closeComment: | + I closed this issue due to inactivity. → [More info](https://github.com/NixOS/nix/blob/master/.github/STALE-BOT.md) |