summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorPaweł Krupa <pawel@krupa.net.pl>2018-11-19 10:43:28 +0200
committerGitHub <noreply@github.com>2018-11-19 10:43:28 +0200
commit55ac08bc9d72b079e5da23b0f6b40d324253e3a0 (patch)
tree07276c39622dfaa4fd2f093e8b7f9079a44d12bb /.github
parentab121345379b629c932240430f1bcc2765f3eac6 (diff)
enable issue closing with stale bot (#4686)
Diffstat (limited to '.github')
-rw-r--r--.github/stale.yml13
1 files changed, 7 insertions, 6 deletions
diff --git a/.github/stale.yml b/.github/stale.yml
index ec4d22ffed..41f2e01c6f 100644
--- a/.github/stale.yml
+++ b/.github/stale.yml
@@ -2,16 +2,17 @@
only: issues
limitPerRun: 30
daysUntilStale: 60
-daysUntilClose: false
+daysUntilClose: 60
exemptLabels:
- bug
- - "help wanted"
+ - help wanted
exemptProjects: true
exemptMilestones: true
-staleLabel: help wanted
+staleLabel: stale
markComment: >
Currently netdata team doesn't have enough capacity to work on this issue.
We will be more than glad to accept a pull request with a solution to problem described here.
-# closeComment: >
-# This issue has been automatically closed due to extended period of inactivity.
-# Please reopen if it is still valid. Thank you for your contributions.
+ This issue will be closed after another 60 days of inactivity.
+closeComment: >
+ This issue has been automatically closed due to extended period of inactivity.
+ Please reopen if it is still valid. Thank you for your contributions.