summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorPaweł Krupa <pawel@krupa.net.pl>2018-10-18 22:20:55 +0200
committerGitHub <noreply@github.com>2018-10-18 22:20:55 +0200
commit865f1380ee743ce5f1f15bb9e7d78743d6aedc60 (patch)
treed9682d1d05f1a62c855145b7b98f88f0d5904d65 /.github
parent37dc871a22a44763c5214fc56cae2bc8d59512fe (diff)
create stale bot integration (#4268)
Diffstat (limited to '.github')
-rw-r--r--.github/stale.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.github/stale.yml b/.github/stale.yml
new file mode 100644
index 0000000000..ac3b73e79a
--- /dev/null
+++ b/.github/stale.yml
@@ -0,0 +1,16 @@
+---
+only: issues
+limitPerRun: 30
+daysUntilStale: 60
+daysUntilClose: false
+exemptLabels:
+ - bug
+exemptProjects: true
+exemptMilestones: true
+staleLabel: help wanted
+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.