From 130a51365d571ae6b02174275d665207e037dbde Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Tue, 19 Mar 2019 20:52:49 +0100 Subject: [PATCH] Create stale.yml --- .github/stale.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/stale.yml diff --git a/.github/stale.yml b/.github/stale.yml new file mode 100644 index 0000000..4482002 --- /dev/null +++ b/.github/stale.yml @@ -0,0 +1,20 @@ +--- +only: issues +limitPerRun: 30 +daysUntilStale: 45 +daysUntilClose: 60 +exemptLabels: + - bug + - In progress + - planned + - enhancement +exemptProjects: true +exemptMilestones: true +staleLabel: stale +markComment: > + Currently WordOps 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. + This issue will be closed after another 60 days of inactivity. +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.