diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2022-07-12 10:32:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-12 10:32:56 +0200 |
commit | 6260040b9df646d4ce786078569b05ab3f9c873c (patch) | |
tree | 6cc075ec8d96e60f22c0536e8017ecaedf0d0e38 | |
parent | f071eb3702c7aa86fc1885321d73a3707ed702b6 (diff) | |
parent | 5022a713051c67d503856dab4cb088827d9f222e (diff) |
Merge pull request #6781 from ryantm/stale
update stale bot per RFC 0124
-rw-r--r-- | .github/stale.yml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/.github/stale.yml b/.github/stale.yml index fe24942f4..ee831135a 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -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 |