From ff0ac0304c5af9ecf363c287c21ca2ae27abdfd8 Mon Sep 17 00:00:00 2001 From: 4s3ti <4s3ti@protonmail.com> Date: Wed, 9 Dec 2020 19:22:29 +0100 Subject: [PATCH] ProBot Stale Added probot integration to marke topics as inactives and automatically close them. read .github/stale.yml for more details. --- .github/stale.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/stale.yml diff --git a/.github/stale.yml b/.github/stale.yml new file mode 100644 index 0000000..f0df4b7 --- /dev/null +++ b/.github/stale.yml @@ -0,0 +1,17 @@ +daysUntilStale: 15 +daysUntilClose: 7 +exemptLabels: + - On Hold + - Fix in Test Branch + - Broken Dependency + - bug + - Good First Issue + - help wanted + - "status: In Progress" + - Waiting For Merge +staleLabel: Inactive +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. +closeComment: true