summaryrefslogtreecommitdiffstats
path: root/.github
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
parentfd29e9a3c0fc003fb47408164104c111b87c2ee2 (diff)
.github/stale.yml: fix syntax
Diffstat (limited to '.github')
-rw-r--r--.github/stale.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/stale.yml b/.github/stale.yml
index f6e2240b5085..045dbc9ff45d 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