From 83cd95ff3ca7a725b16564dfbde78eb094ab9ba5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Mon, 24 Sep 2018 10:24:45 -0400 Subject: [PATCH] enable github stale bot for closing issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- .github/github-bot.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/github-bot.yml b/.github/github-bot.yml index ce2a6febf6..0c97ba18dd 100644 --- a/.github/github-bot.yml +++ b/.github/github-bot.yml @@ -18,3 +18,18 @@ prchecklist: title: Pull Request Checklist checklist: - 'Have you updated the documentation, if impacted (e.g. [docs.status.im](https://docs.status.im/docs/build_status.html))?' + +stale: + daysUntilStale: 90 + daysUntilClose: 7 + exemptLabels: + - 'wall of shame' + - security + staleLabel: stale + markComment: > + This issue has been automatically marked as stale because it has not had + recent activity. It will be closed if no further activity occurs. Thank you + for your contributions. + closeComment: > + This issue has been automatically closed. Please re-open if this issue + is important to you.