summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2019-07-21 22:04:33 +0200
committerGitHub <noreply@github.com>2019-07-21 22:04:33 +0200
commit10b0193474d18261fb73b94f3631fe6ae5441bff (patch)
treec1568a074c92660133cfd0bf69317058340683cc /.github
parent34645dad5912a29027b5271ce76f158bb4b0a03d (diff)
Create stale.yml
Diffstat (limited to '.github')
-rw-r--r--.github/stale.yml33
1 files changed, 33 insertions, 0 deletions
diff --git a/.github/stale.yml b/.github/stale.yml
new file mode 100644
index 00000000..b5d93c2d
--- /dev/null
+++ b/.github/stale.yml
@@ -0,0 +1,33 @@
+# We wait 1 months to check
+daysUntilStale: 30
+
+# If no answer after two weeks, we close
+daysUntilClose: 14
+
+# Only issues that requires info from the op
+onlyLabels:
+ - "needs info"
+
+# Only if issues that are not triaged
+exemptLabels:
+ - "1. to develop"
+ - "2. developing"
+ - "3. to review"
+ - "4. to release"
+ - security
+
+# Label to use when marking as stale
+staleLabel: stale
+
+# Comment to post when marking as stale. Set to `false` to disable
+markComment: >
+ This issue has been automatically marked as stale because it has not had
+ recent activity and seems to be missing some essential information.
+ It will be closed if no further activity occurs. Thank you
+ for your contributions.
+
+# Limit the number of actions per hour, from 1-30. Default is 30
+limitPerRun: 30
+
+# Limit to only `issues` or `pulls`
+only: issues