aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/.github
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2020-06-04 20:34:50 +0200
committerKatharina Fey <kookie@spacekookie.de>2020-06-04 20:34:50 +0200
commit8e9d8d8b70f2a5515ffa4b2dad18cf5783ab1e4e (patch)
treec2f70049be19f757f1ae6b2b80c3bfe70a47612c /nixpkgs/.github
parent240cb27216dbb4203e2d470d78888b5cf82809ac (diff)
parent467ce5a9f45aaf96110b41eb863a56866e1c2c3c (diff)
Merge commit '467ce5a9f45aaf96110b41eb863a56866e1c2c3c'
Diffstat (limited to 'nixpkgs/.github')
-rw-r--r--nixpkgs/.github/stale.yml23
1 files changed, 8 insertions, 15 deletions
diff --git a/nixpkgs/.github/stale.yml b/nixpkgs/.github/stale.yml
index bf47ba3c25b..1cf5014cfb3 100644
--- a/nixpkgs/.github/stale.yml
+++ b/nixpkgs/.github/stale.yml
@@ -1,32 +1,25 @@
+# Configuration for probot-stale - https://github.com/probot/stale
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 180
# Number of days of inactivity before a stale issue is closed
daysUntilClose: false
# Issues with these labels will never be considered stale
exemptLabels:
- - 1.severity: security
+ - "1.severity: security"
# Label to use when marking an issue as stale
-staleLabel: 2.status: 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