diff options
author | Ryan Mulligan <ryan@ryantm.com> | 2022-07-10 16:50:49 -0700 |
---|---|---|
committer | Ryan Mulligan <ryan@ryantm.com> | 2022-07-10 16:50:49 -0700 |
commit | 5022a713051c67d503856dab4cb088827d9f222e (patch) | |
tree | 329da000dcd11b2c6f7ba65e2b3fcc59f3a6299e /.github | |
parent | f6316b49a0c37172bca87ede6ea8144d7d89832f (diff) |
update stale bot per RFC 0124
Diffstat (limited to '.github')
-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 |