about summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-05-26 22:42:41 +0200
committerGitHub <noreply@github.com>2022-05-26 22:42:41 +0200
commit7d498dea03c505ffc265ebfae64fd9af215955b7 (patch)
tree23722a41e8423471ae594fa5fa6f6ae4b439b86b /.github
parent32ee57e27b8a06a04d4f1cea3e0146a45fcfdcbd (diff)
parent2118173ca4ac0276c261f4c04eb10a2cbafb7ba8 (diff)
Merge pull request #171041 from ryantm/stalebot
.github/stale bot: stop commenting
Diffstat (limited to '.github')
-rw-r--r--.github/STALE-BOT.md1
-rw-r--r--.github/stale.yml3
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/STALE-BOT.md b/.github/STALE-BOT.md
index 0c5a21cc35240..dff787300d40b 100644
--- a/.github/STALE-BOT.md
+++ b/.github/STALE-BOT.md
@@ -1,6 +1,7 @@
 # Stale bot information
 
 - Thanks for your contribution!
+- Our stale bot will never close an issue or PR.
 - To remove the stale label, just leave a new comment.
 - _How to find the right people to ping?_ &rarr; [`git blame`](https://git-scm.com/docs/git-blame) to the rescue! (or GitHub's history and blame buttons.)
 - You can always ask for help on [our Discourse Forum](https://discourse.nixos.org/), [our Matrix room](https://matrix.to/#/#nix:nixos.org), or on the [#nixos IRC channel](https://web.libera.chat/#nixos).
diff --git a/.github/stale.yml b/.github/stale.yml
index b5e6ec93baf9f..d6134c7ce1128 100644
--- a/.github/stale.yml
+++ b/.github/stale.yml
@@ -5,6 +5,5 @@ exemptLabels:
   - "1.severity: security"
   - "2.status: never-stale"
 staleLabel: "2.status: stale"
-markComment: |
-  I marked this as stale due to inactivity. &rarr; [More info](https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md)
+markComment: false
 closeComment: false