From a56c1d97949d8357b91257eaa392f71b986aafa5 Mon Sep 17 00:00:00 2001 From: Thomas Ebert Date: Tue, 9 Jul 2019 16:26:22 +0200 Subject: [PATCH 1/3] =?UTF-8?q?Stale=20bot=20message=20=E2=80=93=C2=A0Fix?= =?UTF-8?q?=20plural=20of=20information.=20Include=20that=20not=20every=20?= =?UTF-8?q?stale=20issue=20is=20missing=20information.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index f9abe6f46e9..7b0e3383483 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -22,7 +22,7 @@ staleLabel: stale # Comment to post when marking as stale. Set to `false` to disable markComment: > This issue has been automatically marked as stale because it has not had - recent activity and it seems to be missing some essential informations. + recent activity and might be missing some essential information. It will be closed if no further activity occurs. Thank you for your contributions. From 3a4a462005b89b623408176b61dba4645ef3a1a1 Mon Sep 17 00:00:00 2001 From: Thomas Ebert Date: Tue, 9 Jul 2019 16:41:22 +0200 Subject: [PATCH 2/3] =?UTF-8?q?Stale=20bot=20message=20=E2=80=93=20Take=20?= =?UTF-8?q?into=20account=20that=20stale=20bot=20only=20acts=20on=20issues?= =?UTF-8?q?=20labelled=20as=20`needs=20info`.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index 7b0e3383483..50f8858d83d 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -22,7 +22,7 @@ staleLabel: stale # Comment to post when marking as stale. Set to `false` to disable markComment: > This issue has been automatically marked as stale because it has not had - recent activity and might be missing some essential information. + recent activity. Additionally, it is marked as missing essential information. It will be closed if no further activity occurs. Thank you for your contributions. From 865905eb5d8dadfa44713cf07d57c55872a1cc95 Mon Sep 17 00:00:00 2001 From: Thomas Ebert Date: Wed, 10 Jul 2019 12:42:47 +0200 Subject: [PATCH 3/3] =?UTF-8?q?Stale=20Bot=20message=20=E2=80=93=C2=A0Reve?= =?UTF-8?q?rt=20to=20old=20phrasing.=20Remove=20`it`.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index 50f8858d83d..b5d93c2d948 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -22,7 +22,7 @@ staleLabel: stale # Comment to post when marking as stale. Set to `false` to disable markComment: > This issue has been automatically marked as stale because it has not had - recent activity. Additionally, it is marked as missing essential information. + recent activity and seems to be missing some essential information. It will be closed if no further activity occurs. Thank you for your contributions.