summary refs log tree commit diff
path: root/.github/stale.yml
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-10-26 21:57:33 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2020-10-26 21:57:33 +1000
commit951ec156d171ff62e8be357d78c87f4886ef117e (patch)
tree4bb501a1ab8b2e11e9f845032a6044edf21d837a /.github/stale.yml
parentfd29e9a3c0fc003fb47408164104c111b87c2ee2 (diff)
.github/stale.yml: fix syntax
Diffstat (limited to '.github/stale.yml')
-rw-r--r--.github/stale.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/stale.yml b/.github/stale.yml
index f6e2240b5085e..045dbc9ff45d8 100644
--- a/.github/stale.yml
+++ b/.github/stale.yml
@@ -5,5 +5,6 @@ exemptLabels:
   - "1.severity: security"
   - "2.status: never-stale"
 staleLabel: "2.status: stale"
-markComment: [Nixpkgs stale bot info](https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md)
+markComment: |
+  [Nixpkgs stale bot info](https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md)
 closeComment: false