summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2020-05-31 21:25:47 -0700
committerRyan Mulligan <ryan@ryantm.com>2020-06-01 20:56:41 -0700
commitc516c31d168a76cfca205ed94541c97b2396491a (patch)
treebd54066a91de1b69dc42204259d869c14acbc375 /.github
parent67325b12c641378d622051b73ada8ae808ba318d (diff)
downloadnixpkgs-c516c31d168a76cfca205ed94541c97b2396491a.tar
nixpkgs-c516c31d168a76cfca205ed94541c97b2396491a.tar.gz
nixpkgs-c516c31d168a76cfca205ed94541c97b2396491a.tar.bz2
nixpkgs-c516c31d168a76cfca205ed94541c97b2396491a.tar.lz
nixpkgs-c516c31d168a76cfca205ed94541c97b2396491a.tar.xz
nixpkgs-c516c31d168a76cfca205ed94541c97b2396491a.tar.zst
nixpkgs-c516c31d168a76cfca205ed94541c97b2396491a.zip
.github/stale.yml: fix formatting
Before this, the message being written is:
```
Thank you for your contributions.
This has been automatically marked as stale because it has had no activity for 180 days.
If this is still important to you, we ask that you leave a comment below. Your comment can be as simple as "still important to me". This lets people see that at least one person still cares about this. Someone will have to do this at most twice a year if there is no other activity.
Here are suggestions that might help resolve this more quickly:
1. Search for maintainers and people that previously touched the
   related code and @ mention them in a comment.
2. Ask on the [NixOS Discourse](https://discourse.nixos.org/). 3. Ask on the [#nixos channel](irc://irc.freenode.net/#nixos) on
   [irc.freenode.net](https://freenode.net).
```

Co-authored-by: zowoq <59103226+zowoq@users.noreply.github.com>

.github/stale.yml: fix newlines
Diffstat (limited to '.github')
-rw-r--r--.github/stale.yml18
1 files changed, 5 insertions, 13 deletions
diff --git a/.github/stale.yml b/.github/stale.yml
index f8bd7182a64..1cf5014cfb3 100644
--- a/.github/stale.yml
+++ b/.github/stale.yml
@@ -9,25 +9,17 @@ exemptLabels:
 # Label to use when marking an issue as stale
 staleLabel: "2.status: stale"
 # Comment to post when marking an issue as stale. Set to `false` to disable
-markComment: >
+markComment: |
   Thank you for your contributions.
 
-  This has been automatically marked as stale because it has had no
-  activity for 180 days.
+  This has been automatically marked as stale because it has had no activity for 180 days.
 
-  If this is still important to you, we ask that you leave a
-  comment below. Your comment can be as simple as "still important
-  to me". This lets people see that at least one person still cares
-  about this. Someone will have to do this at most twice a year if
-  there is no other activity.
+  If this is still important to you, we ask that you leave a comment below. Your comment can be as simple as "still important to me". This lets people see that at least one person still cares about this. Someone will have to do this at most twice a year if there is no other activity.
 
   Here are suggestions that might help resolve this more quickly:
 
-  1. Search for maintainers and people that previously touched the
-     related code and @ mention them in a comment.
+  1. Search for maintainers and people that previously touched the related code and @ mention them in a comment.
   2. Ask on the [NixOS Discourse](https://discourse.nixos.org/).
-  3. Ask on the [#nixos channel](irc://irc.freenode.net/#nixos) on
-     [irc.freenode.net](https://freenode.net).
-
+  3. Ask on the [#nixos channel](irc://irc.freenode.net/#nixos) on [irc.freenode.net](https://freenode.net).
 # Comment to post when closing a stale issue. Set to `false` to disable
 closeComment: false