From 8c5388930628e19b8ef58fa9b1d4f0566eb3c67c Mon Sep 17 00:00:00 2001 From: "Thiago Marcos P. Santos" Date: Thu, 25 Oct 2018 14:22:02 +0300 Subject: [build] Fix stale bot It was not suppose to comment when marking issues as stale, but rather just close them. There is not staleComment, the correct is markComment. --- .github/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index 67a4caf651..4650483cd5 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -14,7 +14,7 @@ exemptLabels: pulls: daysUntilStale: 60 daysUntilClose: -1 - staleComment: false + markComment: false closeComment: > This pull request has been automatically detected as stale because it has not had recent activity and will be archived. Thank you for your contributions. @@ -22,7 +22,7 @@ pulls: issues: daysUntilStale: 180 daysUntilClose: -1 - staleComment: false + markComment: false closeComment: > This issue has been automatically detected as stale because it has not had recent activity and will be archived. Thank you for your contributions. -- cgit v1.2.1