summary refs log tree commit diff
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
parentfd29e9a3c0fc003fb47408164104c111b87c2ee2 (diff)
downloadnixpkgs-951ec156d171ff62e8be357d78c87f4886ef117e.tar
nixpkgs-951ec156d171ff62e8be357d78c87f4886ef117e.tar.gz
nixpkgs-951ec156d171ff62e8be357d78c87f4886ef117e.tar.bz2
nixpkgs-951ec156d171ff62e8be357d78c87f4886ef117e.tar.lz
nixpkgs-951ec156d171ff62e8be357d78c87f4886ef117e.tar.xz
nixpkgs-951ec156d171ff62e8be357d78c87f4886ef117e.tar.zst
nixpkgs-951ec156d171ff62e8be357d78c87f4886ef117e.zip
.github/stale.yml: fix syntax
-rw-r--r--.github/stale.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/stale.yml b/.github/stale.yml
index f6e2240b508..045dbc9ff45 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