Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugoThemesSite.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex <onedrawingperday@gmail.com>2019-11-22 11:20:15 +0300
committerAlex <onedrawingperday@gmail.com>2019-11-22 11:20:15 +0300
commit68355e2c70d7f8140c63ee86a93d6ae65edf7e35 (patch)
tree5fbc060e2ed42c33651556ef6bdfd134eac966c3
parenteb2fde06266e3a193cb7109481cc5e626feea467 (diff)
Configure stale bot
-rw-r--r--.github/stale.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/.github/stale.yml b/.github/stale.yml
new file mode 100644
index 0000000..1cffd4a
--- /dev/null
+++ b/.github/stale.yml
@@ -0,0 +1,18 @@
+# Number of days of inactivity before an issue becomes stale
+daysUntilStale: 20
+# Number of days of inactivity before a stale issue is closed
+daysUntilClose: 30
+# Issues with these labels will never be considered stale
+exemptLabels:
+ - Keep
+ - Bug
+# Label to use when marking an issue as stale
+staleLabel: Stale
+# Comment to post when marking an issue as stale. Set to `false` to disable
+markComment: >
+ This issue has been automatically marked as stale because it has not had recent activity. Feel free to ask questions. We're glad to help.
+
+ This issue will automatically be closed in the near future if no further activity occurs. Thank you for all your contributions.
+
+# Comment to post when closing a stale issue. Set to `false` to disable
+closeComment: false