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

github.com/thsmi/sieve.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schmid <thsmi@users.noreply.github.com>2020-12-18 14:40:41 +0300
committerGitHub <noreply@github.com>2020-12-18 14:40:41 +0300
commitbee62897ab16b24829fd34aa78e64a3d4fad3ecb (patch)
treed1bff015971c083f4870e39d6dde6e85acd2580b /.github
parent5d765f41686e151a0b051f904371bc30b25ad99d (diff)
Create stale.yml
Diffstat (limited to '.github')
-rw-r--r--.github/stale.yml22
1 files changed, 22 insertions, 0 deletions
diff --git a/.github/stale.yml b/.github/stale.yml
new file mode 100644
index 00000000..65911b60
--- /dev/null
+++ b/.github/stale.yml
@@ -0,0 +1,22 @@
+# Number of days of inactivity before an issue becomes stale
+daysUntilStale: 14
+# Number of days of inactivity before a stale issue is closed
+daysUntilClose: 7
+
+# Issues with these labels will never be considered stale
+exemptLabels:
+ - bug
+ - enhancement
+ - dependencies
+
+# Label to use when marking an issue as stale
+staleLabel: wontfix
+
+# 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. It will be closed if no further activity occurs. Thank you
+ for your contributions.
+
+# Comment to post when closing a stale issue. Set to `false` to disable
+closeComment: false