summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAmar Tumballi <amar@kadalu.io>2020-04-28 15:17:38 +0530
committerAmar Tumballi <amar@kadalu.io>2020-04-29 07:49:30 +0000
commit3ccb21587514e5a3fa139a721b8ef17a1abe20ed (patch)
tree53ed986e2be4fc6bdfcdd6e536e8c53a67e7aedc /.github
parentbc6ef2847cd0c00269313a83854e091d2e4589b0 (diff)
github/stale-bot: close issues automatically
Updates: #824 Change-Id: I18e0a93c39e82bba74cc163457344fa6ce4d7fbb Signed-off-by: Amar Tumballi <amar@kadalu.io>
Diffstat (limited to '.github')
-rw-r--r--.github/stale.yml25
1 files changed, 25 insertions, 0 deletions
diff --git a/.github/stale.yml b/.github/stale.yml
new file mode 100644
index 00000000000..460e327c6ea
--- /dev/null
+++ b/.github/stale.yml
@@ -0,0 +1,25 @@
+# Number of days of inactivity before an issue becomes stale
+daysUntilStale: 210
+# Number of days of inactivity before a stale issue is closed
+daysUntilClose: 15
+# Issues with these labels will never be considered stale
+exemptLabels:
+ - pinned
+ - security
+# 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: >
+ Thank you for your contributions.
+
+ Noticed that this issue is not having any activity in last ~6 months! We
+ are marking this issue as stale because it has not had recent activity.
+
+ It will be closed in 2 weeks if no one responds with a comment here.
+
+
+# Comment to post when closing a stale issue. Set to `false` to disable
+closeComment: >
+ Closing this issue as there was no update since my last update on issue.
+ If this is an issue which is still valid, feel free to open it.