From 6697d3fb5e052d515345a6f60a99e5be67e3f230 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Sevilla=20Mart=C3=ADn?= <6401250+datitisev@users.noreply.github.com> Date: Fri, 17 Jan 2020 20:06:36 -0500 Subject: [PATCH] Initial template for Stale bot configuration (#1841) --- framework/core/.github/stale.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 framework/core/.github/stale.yml diff --git a/framework/core/.github/stale.yml b/framework/core/.github/stale.yml new file mode 100644 index 000000000..e533a03c6 --- /dev/null +++ b/framework/core/.github/stale.yml @@ -0,0 +1,26 @@ +daysUntilStale: 90 +daysUntilClose: 30 + +staleLabel: stale + +exemptLabels: +- org/keep +- type/bug +- type/regression +- critical +- security +exemptAssignees: true +exemptMilestones: true +exemptProjects: true + +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. We do this + to keep the amount of open issues to a manageable minimum. + + In any case, thanks for taking an interest in this software and contributing + by opening the issue in the first place! + +closeComment: > + We are closing this issue as it seems to have grown stale. If you still + encounter this problem with the latest version, feel free to re-open it.