From 2be093b8ccab277a4a9e45e11f353ac292fe73d9 Mon Sep 17 00:00:00 2001 From: Dale Wijnand Date: Sat, 15 Sep 2018 18:20:40 +0100 Subject: [PATCH 1/5] Add newline spacing to stale bot's message So our first incantation produced: https://github.com/rust-lang/cargo/issues/4866#issuecomment-421597598 Perhaps there's a better indicator to use, but for now let's just fix this with more newlines. r? @alexcrichton --- .github/stale.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/stale.yml b/.github/stale.yml index 0b4672b51f7..7e038ffbb9d 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -13,19 +13,25 @@ markComment: > As there hasn't been any activity here in over 180 days I've marked this as stale and if no further activity happens for 7 days I'll will close it. + [I'm a bot](https://github.com/probot/stale) so this may be in error! If this issue should remain open, could someone (the author, a team member, or any interested party) please comment to that effect? + The team would be especially grateful if such a comment included details such as: * Is this still relevant? + * If so, what is blocking it? + * Is it known what could be done to help move this forward? + Thank you for contributing! + If you're reading this comment from the distant future, fear not if this was closed automatically. If you believe it's still an issue please leave a comment and a team member can reopen this issue. Opening a new issue is also From af11ca204ebda6b6df51cdca5dcf15206606fc77 Mon Sep 17 00:00:00 2001 From: Dale Wijnand Date: Sat, 15 Sep 2018 18:26:53 +0100 Subject: [PATCH 2/5] Grammar --- .github/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index 7e038ffbb9d..7ded5aa1a1d 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -11,7 +11,7 @@ staleLabel: stale markComment: > As there hasn't been any activity here in over 180 days I've marked this as - stale and if no further activity happens for 7 days I'll will close it. + stale and if no further activity happens for 7 days I will close it. [I'm a bot](https://github.com/probot/stale) so this may be in error! If this From f7d4fbd53c0ea8ad0e59ebba9761e21405b929bc Mon Sep 17 00:00:00 2001 From: Dale Wijnand Date: Sat, 15 Sep 2018 18:28:34 +0100 Subject: [PATCH 3/5] I think "6 months" reads better than "180 days" --- .github/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index 7ded5aa1a1d..9011543ef18 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -10,7 +10,7 @@ exemptLabels: staleLabel: stale markComment: > - As there hasn't been any activity here in over 180 days I've marked this as + As there hasn't been any activity here in over 6 months I've marked this as stale and if no further activity happens for 7 days I will close it. From 812a426c844819c3a847100a0adb98d8d2c8ffd9 Mon Sep 17 00:00:00 2001 From: Dale Wijnand Date: Sat, 15 Sep 2018 18:43:18 +0100 Subject: [PATCH 4/5] Use indentation, it's Super Effective! --- .github/stale.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index 9011543ef18..f03380ddb03 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -21,12 +21,9 @@ markComment: > The team would be especially grateful if such a comment included details such as: - - * Is this still relevant? - - * If so, what is blocking it? - - * Is it known what could be done to help move this forward? + * Is this still relevant? + * If so, what is blocking it? + * Is it known what could be done to help move this forward? Thank you for contributing! From d6fb47b158ecdbbc508c3737177ef82f88763ede Mon Sep 17 00:00:00 2001 From: Dale Wijnand Date: Sat, 15 Sep 2018 18:44:20 +0100 Subject: [PATCH 5/5] Two newlines will do --- .github/stale.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index f03380ddb03..f56275fe5a0 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -25,7 +25,6 @@ markComment: > * If so, what is blocking it? * Is it known what could be done to help move this forward? - Thank you for contributing!