From 31f7f21f10b701c69f6ca8fcf89ccce8f211dc32 Mon Sep 17 00:00:00 2001 From: iSazonov Date: Thu, 22 Mar 2018 07:17:53 +0300 Subject: [PATCH 1/4] Update stale bot message --- .github/stale.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index 054a084b9d7..b1ec013038a 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -22,20 +22,24 @@ exemptMilestones: false staleLabel: Review - Abandoned # Comment to post when marking as stale. Set to `false` to disable -markComment: > +markComment: | This PR has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed if no further activity occurs within 10 days. Thank you for your contributions. + Community members are welcome to grab these works. + # Comment to post when removing the stale label. # unmarkComment: > # Your comment here. # Comment to post when closing a stale Issue or Pull Request. -closeComment: > +closeComment: | This PR has be automatically close because it is stale. - If you wish to continue working on the PR, please first update the PR, - then reopen it. Thanks again for your contribution. + If you wish to continue working on the PR, please first update the PR, then reopen it. + Thanks again for your contribution. + + Community members are welcome to grab these works. # Limit the number of actions per hour, from 1-30. Default is 30 limitPerRun: 30 From 42846bd3360e8bb749649a0a1da513a21807649d Mon Sep 17 00:00:00 2001 From: iSazonov Date: Fri, 23 Mar 2018 06:43:23 +0300 Subject: [PATCH 2/4] Address feedback --- .github/stale.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index b1ec013038a..7e5b6365bb8 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -22,11 +22,14 @@ exemptMilestones: false staleLabel: Review - Abandoned # Comment to post when marking as stale. Set to `false` to disable -markComment: | +markComment: > This PR has been automatically marked as stale because it has not had activity in the last 30 days. + It will be closed if no further activity occurs within 10 days. + Thank you for your contributions. + Community members are welcome to grab these works. # Comment to post when removing the stale label. @@ -34,11 +37,13 @@ markComment: | # Your comment here. # Comment to post when closing a stale Issue or Pull Request. -closeComment: | +closeComment: > This PR has be automatically close because it is stale. If you wish to continue working on the PR, please first update the PR, then reopen it. + Thanks again for your contribution. + Community members are welcome to grab these works. # Limit the number of actions per hour, from 1-30. Default is 30 From bb5f409455d5f2fd5a620288a6a84d183395fe3a Mon Sep 17 00:00:00 2001 From: Ilya Date: Sat, 24 Mar 2018 15:06:24 +0000 Subject: [PATCH 3/4] Remove extra lines --- .github/stale.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index 7e5b6365bb8..0e9fe93944d 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -24,7 +24,6 @@ staleLabel: Review - Abandoned # Comment to post when marking as stale. Set to `false` to disable markComment: > This PR has been automatically marked as stale because it has not had activity in the last 30 days. - It will be closed if no further activity occurs within 10 days. Thank you for your contributions. @@ -43,7 +42,6 @@ closeComment: > Thanks again for your contribution. - Community members are welcome to grab these works. # Limit the number of actions per hour, from 1-30. Default is 30 From 3dca5c3a52d6262fa711b5cf7b1010d9e477c91b Mon Sep 17 00:00:00 2001 From: Ilya Date: Sat, 24 Mar 2018 15:17:34 +0000 Subject: [PATCH 4/4] Remove extra line --- .github/stale.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index 0e9fe93944d..61dfae5d273 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -28,7 +28,6 @@ markComment: > Thank you for your contributions. - Community members are welcome to grab these works. # Comment to post when removing the stale label.